Searched defs:baseCompiler (Results 1 – 9 of 9) sorted by relevance
178 type baseCompiler struct { struct179 Properties BaseCompilerProperties182 dir string183 dir64 string184 subDir string185 relative string186 path android.InstallPath187 location installLocation188 sanitize *sanitize190 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 …]
103 *baseCompiler anonMember
329 *baseCompiler anonMember
840 *baseCompiler anonMember