Searched defs:baseCompiler (Results 1 – 9 of 9) sorted by relevance
177 type baseCompiler struct { struct178 Properties BaseCompilerProperties181 dir string182 dir64 string183 subDir string184 relative string185 path android.InstallPath186 location installLocation187 sanitize *sanitize189 distFile android.OptionalPath[all …]
29 *baseCompiler anonMember
41 *baseCompiler anonMember
146 func crateSource(ctx android.SingletonContext, rModule *Module, comp *baseCompiler) (string, bool) {
95 *baseCompiler anonMember
221 type baseCompiler struct { struct222 Properties BaseCompilerProperties223 Proto android.ProtoProperties224 cFlagsDeps android.Paths225 pathDeps android.Paths226 flags builderFlags229 srcs android.Paths234 srcsBeforeGen android.Paths236 generatedSourceInfo245 func (compiler *baseCompiler) Srcs() android.Paths {[all …]
48 *baseCompiler anonMember
338 *baseCompiler anonMember
638 *baseCompiler anonMember