Lines Matching refs:baseCompiler
215 func NewBaseCompiler() *baseCompiler {
216 return &baseCompiler{}
219 type baseCompiler struct { struct
237 var _ compiler = (*baseCompiler)(nil)
243 func (compiler *baseCompiler) Srcs() android.Paths {
247 func (compiler *baseCompiler) appendCflags(flags []string) {
251 func (compiler *baseCompiler) appendAsflags(flags []string) {
255 func (compiler *baseCompiler) compilerProps() []interface{} {
259 func (compiler *baseCompiler) includeBuildDirectory() bool {
263 func (compiler *baseCompiler) compilerInit(ctx BaseModuleContext) {}
265 func (compiler *baseCompiler) compilerDeps(ctx DepsContext, deps Deps) Deps {
282 func (compiler *baseCompiler) useApexNameMacro() bool {
298 func (compiler *baseCompiler) compilerFlags(ctx ModuleContext, flags Flags, deps PathDeps) Flags {
591 func (compiler *baseCompiler) hasSrcExt(ext string) bool {
611 func (compiler *baseCompiler) uniqueApexVariations() bool {
634 func (compiler *baseCompiler) compile(ctx ModuleContext, flags Flags, deps PathDeps) Objects {