Lines Matching full:compiler
18 // into the flags and filenames necessary to pass to the compiler. The final creation of the rules
160 CFlagsDeps android.Paths // Files depended on by compiler flags
291 type compiler interface { interface
363 // the blueprint.Module interface. It delegates to compiler, linker, and installer interfaces
379 compiler compiler member
431 if c.compiler != nil {
432 c.AddProperties(c.compiler.compilerProps()...)
541 if _, ok := c.compiler.(*stubDecorator); ok {
928 if c.compiler != nil {
929 flags = c.compiler.compilerFlags(ctx, flags, deps)
979 if c.compiler != nil {
980 objs = c.compiler.compile(ctx, flags, deps)
1024 if c.compiler != nil {
1025 c.compiler.compilerInit(ctx)
1066 if c.compiler != nil {
1067 deps = c.compiler.compilerDeps(ctx, deps)
1611 if l, ok := ccDep.compiler.(libraryInterface); ok {
1622 if _, ok := ccDep.compiler.(libraryInterface); ok {
2036 if lib, ok := m.compiler.(*libraryDecorator); ok {
2046 if lib, ok := m.compiler.(*libraryDecorator); ok {