Home
last modified time | relevance | path

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

/build/soong/rust/
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 …]
Dproc_macro.go29 *baseCompiler anonMember
Dproject_json.go146 func crateSource(ctx android.SingletonContext, rModule *Module, comp *baseCompiler) (string, bool) {
Dlibrary.go94 *baseCompiler anonMember
/build/soong/cc/
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
243 func (compiler *baseCompiler) Srcs() android.Paths {
[all …]
Dfuzz.go95 *baseCompiler anonMember
Dtest.go328 *baseCompiler anonMember
Dlibrary.go520 *baseCompiler anonMember