Searched defs:linkerDeps (Results 1 – 10 of 10) sorted by relevance
/build/soong/cc/ |
D | ndk_prebuilt.go | 42 func (*ndkPrebuiltStlLinker) linkerDeps(ctx DepsContext, deps Deps) Deps { func
|
D | test.go | 297 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
|
D | object.go | 118 func (object *objectLinker) linkerDeps(ctx DepsContext, deps Deps) Deps { func
|
D | fuzz.go | 127 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 | 321 func (linker *baseLinker) linkerDeps(ctx DepsContext, deps Deps) Deps { func
|
D | ndk_library.go | 476 func (linker *stubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { func
|
D | prebuilt.go | 98 func (p *prebuiltLibraryLinker) linkerDeps(ctx DepsContext, deps Deps) Deps { func
|
D | library.go | 801 func (library *libraryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { func
|
D | cc.go | 601 linkerDeps(ctx DepsContext, deps Deps) Deps methodSpec
|