Searched refs:DepsContext (Results 1 – 22 of 22) sorted by relevance
/build/soong/cc/ |
D | ndk_prebuilt.go | 62 func (*ndkPrebuiltObjectLinker) linkerDeps(ctx DepsContext, deps Deps) Deps { 108 func (*ndkPrebuiltStlLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
D | toolchain_library.go | 45 func (*toolchainLibraryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
D | tidy.go | 50 func (tidy *tidyFeature) deps(ctx DepsContext, deps Deps) Deps {
|
D | test.go | 319 func (test *testBinary) linkerDeps(ctx DepsContext, deps Deps) Deps { 419 func (test *testLibrary) linkerDeps(ctx DepsContext, deps Deps) Deps { 493 func (benchmark *benchmarkDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
D | vendor_public_library.go | 111 func (stub *vendorPublicLibraryStubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
D | object.go | 94 func (object *objectLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
D | proto.go | 62 func protoDeps(ctx DepsContext, deps Deps, p *android.ProtoProperties, static bool) Deps { argument
|
D | coverage.go | 64 func (cov *coverage) deps(ctx DepsContext, deps Deps) Deps {
|
D | llndk_library.go | 98 func (stub *llndkStubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
D | prebuilt.go | 78 func (p *prebuiltLibraryLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
D | ndk_library.go | 324 func (linker *stubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
D | cc.go | 357 type DepsContext interface { interface 364 deps(ctx DepsContext, deps Deps) Deps argument 371 compilerDeps(ctx DepsContext, deps Deps) Deps argument 382 linkerDeps(ctx DepsContext, deps Deps) Deps argument 1628 func (c *Module) deps(ctx DepsContext) Deps { 3168 func getCurrentNdkPrebuiltVersion(ctx DepsContext) string { argument
|
D | fuzz.go | 103 func (fuzz *fuzzBinary) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
D | binary.go | 129 func (binary *binaryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
D | linker.go | 217 func (linker *baseLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
D | compiler.go | 228 func (compiler *baseCompiler) compilerDeps(ctx DepsContext, deps Deps) Deps {
|
D | library.go | 769 func (library *libraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { 775 func (library *libraryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
/build/soong/rust/ |
D | prebuilt.go | 68 func (prebuilt *prebuiltLibraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
|
D | compiler.go | 177 func (compiler *baseCompiler) compilerDeps(ctx DepsContext, deps Deps) Deps { 204 func (compiler *baseCompiler) bionicDeps(ctx DepsContext, deps Deps) Deps {
|
D | binary.go | 90 func (binary *binaryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
|
D | rust.go | 242 compilerDeps(ctx DepsContext, deps Deps) Deps argument 448 type DepsContext interface { interface 517 func (mod *Module) deps(ctx DepsContext) Deps {
|
D | library.go | 307 func (library *libraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
|