Home
last modified time | relevance | path

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

/build/soong/rust/
Dcompiler.go178 type baseCompiler struct { struct
179 Properties BaseCompilerProperties
182 dir string
183 dir64 string
184 subDir string
185 relative string
186 path android.InstallPath
187 location installLocation
188 sanitize *sanitize
190 distFile android.OptionalPath
[all …]
Dproc_macro.go29 *baseCompiler anonMember
Dbinary.go41 *baseCompiler anonMember
Dproject_json.go146 func crateSource(ctx android.SingletonContext, rModule *Module, comp *baseCompiler) (string, bool) {
Dlibrary.go95 *baseCompiler anonMember
/build/soong/cc/
Dcompiler.go221 type baseCompiler struct { struct
222 Properties BaseCompilerProperties
223 Proto android.ProtoProperties
224 cFlagsDeps android.Paths
225 pathDeps android.Paths
226 flags builderFlags
229 srcs android.Paths
234 srcsBeforeGen android.Paths
236 generatedSourceInfo
245 func (compiler *baseCompiler) Srcs() android.Paths {
[all …]
Dfuzz.go103 *baseCompiler anonMember
Dtest.go329 *baseCompiler anonMember
Dlibrary.go840 *baseCompiler anonMember