Searched defs:linkerDeps (Results 1 – 10 of 10) sorted by relevance
/build/soong/cc/ |
D | ndk_prebuilt.go | 62 func (*ndkPrebuiltObjectLinker) linkerDeps(ctx DepsContext, deps Deps) Deps { func 107 func (*ndkPrebuiltStlLinker) linkerDeps(ctx DepsContext, deps Deps) Deps { func
|
D | toolchain_library.go | 44 func (*toolchainLibraryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { func
|
D | test.go | 281 func (test *testDecorator) linkerDeps(ctx BaseModuleContext, deps Deps) Deps { func 346 func (test *testBinary) linkerDeps(ctx DepsContext, deps Deps) Deps { func 494 func (test *testLibrary) linkerDeps(ctx DepsContext, deps Deps) Deps { func 568 func (benchmark *benchmarkDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { func
|
D | object.go | 212 func (object *objectLinker) linkerDeps(ctx DepsContext, deps Deps) Deps { func
|
D | ndk_library.go | 276 func (linker *stubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { func
|
D | linker.go | 250 func (linker *baseLinker) linkerDeps(ctx DepsContext, deps Deps) Deps { func
|
D | binary.go | 147 func (binary *binaryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { func
|
D | fuzz.go | 117 func (fuzz *fuzzBinary) linkerDeps(ctx DepsContext, deps Deps) Deps { func
|
D | prebuilt.go | 87 func (p *prebuiltLibraryLinker) linkerDeps(ctx DepsContext, deps Deps) Deps { func
|
D | library.go | 1018 func (library *libraryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { func
|