Home
last modified time | relevance | path

Searched defs:linkerDeps (Results 1 – 9 of 9) sorted by relevance

/build/soong/cc/
Dtest.go243 func (test *testDecorator) linkerDeps(ctx BaseModuleContext, deps Deps) Deps { func
303 func (test *testBinary) linkerDeps(ctx DepsContext, deps Deps) Deps { func
570 func (test *testLibrary) linkerDeps(ctx DepsContext, deps Deps) Deps { func
658 func (benchmark *benchmarkDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { func
Dobject.go120 func (object *objectLinker) linkerDeps(ctx DepsContext, deps Deps) Deps { func
Dfuzz.go165 func (fuzzBin *fuzzBinary) linkerDeps(ctx DepsContext, deps Deps) Deps { func
Dbinary.go147 func (binary *binaryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { func
Dlinker.go301 func (linker *baseLinker) linkerDeps(ctx DepsContext, deps Deps) Deps { func
Dprebuilt.go95 func (p *prebuiltLibraryLinker) linkerDeps(ctx DepsContext, deps Deps) Deps { func
Dndk_library.go519 func (linker *stubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { func
Dlibrary.go924 func (library *libraryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { func
Dcc.go778 linkerDeps(ctx DepsContext, deps Deps) Deps methodSpec