Searched defs:linkerDeps (Results 1 – 12 of 12) sorted by relevance
/build/soong/cc/ |
D | ndk_prebuilt.go | 62 func (*ndkPrebuiltObjectLinker) linkerDeps(ctx DepsContext, deps Deps) Deps { func 96 func (*ndkPrebuiltStlLinker) linkerDeps(ctx DepsContext, deps Deps) Deps { func
|
D | test.go | 203 func (test *testDecorator) linkerDeps(ctx BaseModuleContext, deps Deps) Deps { func 262 func (test *testBinary) linkerDeps(ctx DepsContext, deps Deps) Deps { func 333 func (test *testLibrary) linkerDeps(ctx DepsContext, deps Deps) Deps { func 398 func (benchmark *benchmarkDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { func
|
D | toolchain_library.go | 42 func (*toolchainLibraryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { func
|
D | object.go | 63 func (object *objectLinker) linkerDeps(ctx DepsContext, deps Deps) Deps { func
|
D | vendor_public_library.go | 104 func (stub *vendorPublicLibraryStubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { func
|
D | llndk_library.go | 94 func (stub *llndkStubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { func
|
D | prebuilt.go | 72 func (p *prebuiltLibraryLinker) linkerDeps(ctx DepsContext, deps Deps) Deps { func
|
D | ndk_library.go | 312 func (linker *stubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { func
|
D | binary.go | 118 func (binary *binaryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { func
|
D | linker.go | 189 func (linker *baseLinker) linkerDeps(ctx DepsContext, deps Deps) Deps { func
|
D | library.go | 544 func (library *libraryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { func
|
D | cc.go | 304 linkerDeps(ctx DepsContext, deps Deps) Deps methodSpec
|