Searched refs:compilerDeps (Results 1 – 9 of 9) sorted by relevance
/build/soong/rust/ |
D | benchmark.go | 101 func (benchmark *benchmarkDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { func 102 deps = benchmark.binaryDecorator.compilerDeps(ctx, deps)
|
D | prebuilt.go | 112 func (prebuilt *prebuiltLibraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { func 113 deps = prebuilt.baseCompiler.compilerDeps(ctx, deps)
|
D | test.go | 173 func (test *testDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { func 174 deps = test.binaryDecorator.compilerDeps(ctx, deps)
|
D | fuzz.go | 77 func (fuzzer *fuzzDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { func 84 deps = fuzzer.binaryDecorator.compilerDeps(ctx, deps)
|
D | library.go | 403 func (library *libraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { func 404 deps = library.baseCompiler.compilerDeps(ctx, deps)
|
D | compiler.go | 300 func (compiler *baseCompiler) compilerDeps(ctx DepsContext, deps Deps) Deps { func
|
D | rust.go | 404 compilerDeps(ctx DepsContext, deps Deps) Deps methodSpec 836 deps = mod.compiler.compilerDeps(ctx, deps)
|
/build/soong/cc/ |
D | compiler.go | 265 func (compiler *baseCompiler) compilerDeps(ctx DepsContext, deps Deps) Deps { func
|
D | library.go | 1006 func (library *libraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { func 1013 deps = library.baseCompiler.compilerDeps(ctx, deps)
|