Home
last modified time | relevance | path

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

/build/soong/rust/
Dcompiler.go177 type baseCompiler struct { struct
178 Properties BaseCompilerProperties
181 dir string
182 dir64 string
183 subDir string
184 relative string
185 path android.InstallPath
186 location installLocation
187 sanitize *sanitize
189 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.go48 *baseCompiler anonMember
Dtest.go338 *baseCompiler anonMember
Dlibrary.go638 *baseCompiler anonMember