Home
last modified time | relevance | path

Searched refs:compilerDeps (Results 1 – 9 of 9) sorted by relevance

/build/soong/rust/
Dbenchmark.go101 func (benchmark *benchmarkDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { func
102 deps = benchmark.binaryDecorator.compilerDeps(ctx, deps)
Dprebuilt.go112 func (prebuilt *prebuiltLibraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { func
113 deps = prebuilt.baseCompiler.compilerDeps(ctx, deps)
Dtest.go173 func (test *testDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { func
174 deps = test.binaryDecorator.compilerDeps(ctx, deps)
Dfuzz.go77 func (fuzzer *fuzzDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { func
84 deps = fuzzer.binaryDecorator.compilerDeps(ctx, deps)
Dlibrary.go403 func (library *libraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { func
404 deps = library.baseCompiler.compilerDeps(ctx, deps)
Dcompiler.go300 func (compiler *baseCompiler) compilerDeps(ctx DepsContext, deps Deps) Deps { func
Drust.go404 compilerDeps(ctx DepsContext, deps Deps) Deps methodSpec
836 deps = mod.compiler.compilerDeps(ctx, deps)
/build/soong/cc/
Dcompiler.go265 func (compiler *baseCompiler) compilerDeps(ctx DepsContext, deps Deps) Deps { func
Dlibrary.go1006 func (library *libraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { func
1013 deps = library.baseCompiler.compilerDeps(ctx, deps)