Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/rust/
H A Dcompiler.go246 type baseCompiler struct { struct
247 Properties BaseCompilerProperties
250 dir string
251 dir64 string
252 subDir string
253 relative string
254 path android.InstallPath
255 location installLocation
256 sanitize *sanitize
258 distFile android.OptionalPath
[all …]
H A Dproc_macro.go29 *baseCompiler anonMember
H A Dbinary.go41 *baseCompiler anonMember
H A Dlibrary.go108 *baseCompiler anonMember
/aosp_15_r20/build/soong/cc/
H A Dcompiler.go244 type baseCompiler struct { struct
245 Properties BaseCompilerProperties
246 Proto android.ProtoProperties
247 cFlagsDeps android.Paths
248 pathDeps android.Paths
249 flags builderFlags
252 srcs android.Paths
257 srcsBeforeGen android.Paths
259 generatedSourceInfo
268 func (compiler *baseCompiler) Srcs() android.Paths {
[all …]
H A Dfuzz.go143 *baseCompiler anonMember
H A Dtest.go271 *baseCompiler anonMember
H A Dlibrary.go427 *baseCompiler anonMember