Home
last modified time | relevance | path

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

/build/soong/cc/
Dndk_prebuilt.go62 func (*ndkPrebuiltObjectLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
96 func (*ndkPrebuiltStlLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
Dtoolchain_library.go42 func (*toolchainLibraryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
Dtidy.go50 func (tidy *tidyFeature) deps(ctx DepsContext, deps Deps) Deps {
Dtest.go262 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 {
Dobject.go63 func (object *objectLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
Dvendor_public_library.go104 func (stub *vendorPublicLibraryStubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
Dproto.go62 func protoDeps(ctx DepsContext, deps Deps, p *android.ProtoProperties, static bool) Deps { argument
Dllndk_library.go94 func (stub *llndkStubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
Dprebuilt.go72 func (p *prebuiltLibraryLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
Dcc.go279 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
Dndk_library.go312 func (linker *stubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
Dbinary.go118 func (binary *binaryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
Dlinker.go189 func (linker *baseLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
Dcompiler.go220 func (compiler *baseCompiler) compilerDeps(ctx DepsContext, deps Deps) Deps {
Dlibrary.go538 func (library *libraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
544 func (library *libraryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {