Home
last modified time | relevance | path

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

/build/soong/cc/
Dndk_prebuilt.go42 func (*ndkPrebuiltStlLinker) linkerDeps(ctx DepsContext, deps Deps) Deps { func
Dtest.go297 func (test *testDecorator) linkerDeps(ctx BaseModuleContext, deps Deps) Deps { func
351 func (test *testBinary) linkerDeps(ctx DepsContext, deps Deps) Deps { func
567 func (test *testLibrary) linkerDeps(ctx DepsContext, deps Deps) Deps { func
651 func (benchmark *benchmarkDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { func
Dobject.go118 func (object *objectLinker) linkerDeps(ctx DepsContext, deps Deps) Deps { func
Dfuzz.go127 func (fuzzBin *fuzzBinary) linkerDeps(ctx DepsContext, deps Deps) Deps { func
Dbinary.go147 func (binary *binaryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { func
Dlinker.go321 func (linker *baseLinker) linkerDeps(ctx DepsContext, deps Deps) Deps { func
Dndk_library.go476 func (linker *stubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { func
Dprebuilt.go98 func (p *prebuiltLibraryLinker) linkerDeps(ctx DepsContext, deps Deps) Deps { func
Dlibrary.go801 func (library *libraryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { func
Dcc.go601 linkerDeps(ctx DepsContext, deps Deps) Deps methodSpec