Home
last modified time | relevance | path

Searched refs:linkerInit (Results 1 – 8 of 8) sorted by relevance

/build/soong/cc/
Dtest.go283 func (test *testDecorator) linkerInit(ctx BaseModuleContext, linker *baseLinker) { func
323 func (test *testBinary) linkerInit(ctx BaseModuleContext) { func
324 test.testDecorator.linkerInit(ctx, test.binaryDecorator.baseLinker)
325 test.binaryDecorator.linkerInit(ctx)
450 func (test *testLibrary) linkerInit(ctx BaseModuleContext) { func
451 test.testDecorator.linkerInit(ctx, test.libraryDecorator.baseLinker)
452 test.libraryDecorator.linkerInit(ctx)
514 func (benchmark *benchmarkDecorator) linkerInit(ctx BaseModuleContext) { func
520 benchmark.binaryDecorator.linkerInit(ctx)
Dobject.go92 func (*objectLinker) linkerInit(ctx BaseModuleContext) {} func
Dbinary.go211 func (binary *binaryDecorator) linkerInit(ctx BaseModuleContext) { func
212 binary.baseLinker.linkerInit(ctx)
Dfuzz.go102 func (fuzz *fuzzBinary) linkerInit(ctx BaseModuleContext) { func
103 fuzz.binaryDecorator.linkerInit(ctx)
Dprebuilt.go82 func (p *prebuiltLibraryLinker) linkerInit(ctx BaseModuleContext) {} func
Dlinker.go205 func (linker *baseLinker) linkerInit(ctx BaseModuleContext) { func
Dlibrary.go749 func (library *libraryDecorator) linkerInit(ctx BaseModuleContext) { func
755 library.baseLinker.linkerInit(ctx)
Dcc.go390 linkerInit(ctx BaseModuleContext) methodSpec
1618 c.linker.linkerInit(ctx)