Searched defs:linkerDeps (Results 1 – 9 of 9) sorted by relevance
| /build/soong/cc/ |
| D | test.go | 243 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
|
| D | object.go | 120 func (object *objectLinker) linkerDeps(ctx DepsContext, deps Deps) Deps { func
|
| D | fuzz.go | 165 func (fuzzBin *fuzzBinary) linkerDeps(ctx DepsContext, deps Deps) Deps { func
|
| D | binary.go | 147 func (binary *binaryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { func
|
| D | linker.go | 301 func (linker *baseLinker) linkerDeps(ctx DepsContext, deps Deps) Deps { func
|
| D | prebuilt.go | 95 func (p *prebuiltLibraryLinker) linkerDeps(ctx DepsContext, deps Deps) Deps { func
|
| D | ndk_library.go | 519 func (linker *stubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { func
|
| D | library.go | 924 func (library *libraryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { func
|
| D | cc.go | 778 linkerDeps(ctx DepsContext, deps Deps) Deps methodSpec
|