Home
last modified time | relevance | path

Searched defs:baseCompiler (Results 1 – 9 of 9) sorted by relevance

/aosp12/build/soong/rust/
H A Dcompiler.go158 type baseCompiler struct { struct
159 Properties BaseCompilerProperties
162 dir string
163 dir64 string
164 subDir string
165 relative string
166 path android.InstallPath
167 location installLocation
168 sanitize *sanitize
170 distFile android.OptionalPath
[all …]
H A Dproject_json.go146 func crateSource(ctx android.SingletonContext, rModule *Module, comp *baseCompiler) (string, bool) {
221 …Singleton) addCrate(ctx android.SingletonContext, rModule *Module, comp *baseCompiler) (int, bool)…
H A Dproc_macro.go29 *baseCompiler anonMember
H A Dbinary.go35 *baseCompiler anonMember
H A Dlibrary.go94 *baseCompiler anonMember
/aosp12/build/soong/cc/
H A Dcompiler.go219 type baseCompiler struct { struct
220 Properties BaseCompilerProperties
221 Proto android.ProtoProperties
222 cFlagsDeps android.Paths
223 pathDeps android.Paths
224 flags builderFlags
227 srcs android.Paths
232 srcsBeforeGen android.Paths
234 generatedSourceInfo
H A Dfuzz.go95 *baseCompiler anonMember
H A Dtest.go328 *baseCompiler anonMember
H A Dlibrary.go520 *baseCompiler anonMember