Home
last modified time | relevance | path

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

/build/soong/cc/
Dtest.go300 func (test *testDecorator) linkerInit(ctx BaseModuleContext, linker *baseLinker) { func
341 func (test *testBinary) linkerInit(ctx BaseModuleContext) { func
342 test.testDecorator.linkerInit(ctx, test.binaryDecorator.baseLinker)
343 test.binaryDecorator.linkerInit(ctx)
489 func (test *testLibrary) linkerInit(ctx BaseModuleContext) { func
490 test.testDecorator.linkerInit(ctx, test.libraryDecorator.baseLinker)
491 test.libraryDecorator.linkerInit(ctx)
553 func (benchmark *benchmarkDecorator) linkerInit(ctx BaseModuleContext) { func
559 benchmark.binaryDecorator.linkerInit(ctx)
Dfuzz.go113 func (fuzz *fuzzBinary) linkerInit(ctx BaseModuleContext) { func
114 fuzz.binaryDecorator.linkerInit(ctx)
Dbinary.go220 func (binary *binaryDecorator) linkerInit(ctx BaseModuleContext) { func
221 binary.baseLinker.linkerInit(ctx)
Dobject.go210 func (*objectLinker) linkerInit(ctx BaseModuleContext) {} func
Dprebuilt.go85 func (p *prebuiltLibraryLinker) linkerInit(ctx BaseModuleContext) {} func
Dlinker.go238 func (linker *baseLinker) linkerInit(ctx BaseModuleContext) { func
Dlibrary.go982 func (library *libraryDecorator) linkerInit(ctx BaseModuleContext) { func
988 library.baseLinker.linkerInit(ctx)