Searched refs:DepsContext (Results 1 – 15 of 15) sorted by relevance
/build/soong/cc/ |
D | ndk_prebuilt.go | 62 func (*ndkPrebuiltObjectLinker) linkerDeps(ctx DepsContext, deps Deps) Deps { 96 func (*ndkPrebuiltStlLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
D | toolchain_library.go | 42 func (*toolchainLibraryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
D | tidy.go | 50 func (tidy *tidyFeature) deps(ctx DepsContext, deps Deps) Deps {
|
D | test.go | 262 func (test *testBinary) linkerDeps(ctx DepsContext, deps Deps) Deps { 333 func (test *testLibrary) linkerDeps(ctx DepsContext, deps Deps) Deps { 398 func (benchmark *benchmarkDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
D | object.go | 63 func (object *objectLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
D | vendor_public_library.go | 104 func (stub *vendorPublicLibraryStubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
D | proto.go | 62 func protoDeps(ctx DepsContext, deps Deps, p *android.ProtoProperties, static bool) Deps { argument
|
D | llndk_library.go | 94 func (stub *llndkStubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
D | prebuilt.go | 72 func (p *prebuiltLibraryLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
D | cc.go | 279 type DepsContext interface { interface 286 deps(ctx DepsContext, deps Deps) Deps argument 293 compilerDeps(ctx DepsContext, deps Deps) Deps argument 304 linkerDeps(ctx DepsContext, deps Deps) Deps argument 1063 func (c *Module) deps(ctx DepsContext) Deps { 2239 func getCurrentNdkPrebuiltVersion(ctx DepsContext) string { argument
|
D | ndk_library.go | 312 func (linker *stubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
D | binary.go | 118 func (binary *binaryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
D | linker.go | 189 func (linker *baseLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
D | compiler.go | 220 func (compiler *baseCompiler) compilerDeps(ctx DepsContext, deps Deps) Deps {
|
D | library.go | 538 func (library *libraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { 544 func (library *libraryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
|