Lines Matching defs:baseCompiler
180 type baseCompiler struct { struct
181 Properties BaseCompilerProperties
182 Proto android.ProtoProperties
183 cFlagsDeps android.Paths
184 pathDeps android.Paths
185 flags builderFlags
188 srcs android.Paths
193 srcsBeforeGen android.Paths
202 func (compiler *baseCompiler) Srcs() android.Paths {
206 func (compiler *baseCompiler) appendCflags(flags []string) {
210 func (compiler *baseCompiler) appendAsflags(flags []string) {
214 func (compiler *baseCompiler) compilerProps() []interface{} {
218 func (compiler *baseCompiler) compilerInit(ctx BaseModuleContext) {}
220 func (compiler *baseCompiler) compilerDeps(ctx DepsContext, deps Deps) Deps {
258 func (compiler *baseCompiler) compilerFlags(ctx ModuleContext, flags Flags, deps PathDeps) Flags {
523 func (compiler *baseCompiler) hasSrcExt(ext string) bool {
554 func (compiler *baseCompiler) compile(ctx ModuleContext, flags Flags, deps PathDeps) Objects {