Home
last modified time | relevance | path

Searched refs:compilerInit (Results 1 – 4 of 4) sorted by relevance

/build/soong/cc/
Dvendor_public_library.go81 func (stub *vendorPublicLibraryStubDecorator) compilerInit(ctx BaseModuleContext) { func
82 stub.baseCompiler.compilerInit(ctx)
Dndk_library.go224 func (c *stubDecorator) compilerInit(ctx BaseModuleContext) { func
225 c.baseCompiler.compilerInit(ctx)
Dcompiler.go238 func (compiler *baseCompiler) compilerInit(ctx BaseModuleContext) {} func
Dcc.go379 compilerInit(ctx BaseModuleContext) methodSpec
1615 c.compiler.compilerInit(ctx)