Home
last modified time | relevance | path

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

/build/soong/cc/
Dndk_prebuilt.go62 func (*ndkPrebuiltObjectLinker) linkerDeps(ctx DepsContext, deps Deps) Deps { func
96 func (*ndkPrebuiltStlLinker) linkerDeps(ctx DepsContext, deps Deps) Deps { func
Dtest.go203 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
Dtoolchain_library.go42 func (*toolchainLibraryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { func
Dobject.go63 func (object *objectLinker) linkerDeps(ctx DepsContext, deps Deps) Deps { func
Dvendor_public_library.go104 func (stub *vendorPublicLibraryStubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { func
Dllndk_library.go94 func (stub *llndkStubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { func
Dprebuilt.go72 func (p *prebuiltLibraryLinker) linkerDeps(ctx DepsContext, deps Deps) Deps { func
Dndk_library.go312 func (linker *stubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { func
Dbinary.go118 func (binary *binaryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { func
Dlinker.go189 func (linker *baseLinker) linkerDeps(ctx DepsContext, deps Deps) Deps { func
Dlibrary.go544 func (library *libraryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { func
Dcc.go304 linkerDeps(ctx DepsContext, deps Deps) Deps methodSpec