Home
last modified time | relevance | path

Searched refs:DepsContext (Results 1 – 22 of 22) sorted by relevance

/build/soong/cc/
Dndk_prebuilt.go62 func (*ndkPrebuiltObjectLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
108 func (*ndkPrebuiltStlLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
Dtoolchain_library.go45 func (*toolchainLibraryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
Dtidy.go50 func (tidy *tidyFeature) deps(ctx DepsContext, deps Deps) Deps {
Dtest.go319 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 {
Dvendor_public_library.go111 func (stub *vendorPublicLibraryStubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
Dobject.go94 func (object *objectLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
Dproto.go62 func protoDeps(ctx DepsContext, deps Deps, p *android.ProtoProperties, static bool) Deps { argument
Dcoverage.go64 func (cov *coverage) deps(ctx DepsContext, deps Deps) Deps {
Dllndk_library.go98 func (stub *llndkStubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
Dprebuilt.go78 func (p *prebuiltLibraryLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
Dndk_library.go324 func (linker *stubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
Dcc.go357 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
Dfuzz.go103 func (fuzz *fuzzBinary) linkerDeps(ctx DepsContext, deps Deps) Deps {
Dbinary.go129 func (binary *binaryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
Dlinker.go217 func (linker *baseLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
Dcompiler.go228 func (compiler *baseCompiler) compilerDeps(ctx DepsContext, deps Deps) Deps {
Dlibrary.go769 func (library *libraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
775 func (library *libraryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
/build/soong/rust/
Dprebuilt.go68 func (prebuilt *prebuiltLibraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
Dcompiler.go177 func (compiler *baseCompiler) compilerDeps(ctx DepsContext, deps Deps) Deps {
204 func (compiler *baseCompiler) bionicDeps(ctx DepsContext, deps Deps) Deps {
Dbinary.go90 func (binary *binaryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
Drust.go242 compilerDeps(ctx DepsContext, deps Deps) Deps argument
448 type DepsContext interface { interface
517 func (mod *Module) deps(ctx DepsContext) Deps {
Dlibrary.go307 func (library *libraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {