Home
last modified time | relevance | path

Searched defs:compilerDeps (Results 1 – 10 of 10) sorted by relevance

/build/soong/rust/
Dprebuilt.go175 func (prebuilt *prebuiltLibraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { func
228 func (prebuilt *prebuiltProcMacroDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { func
Dfuzz.go100 func (fuzzer *fuzzDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { func
Dbenchmark.go101 func (benchmark *benchmarkDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { func
Dbinary.go92 func (binary *binaryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { func
Dtest.go284 func (test *testDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { func
Dcompiler.go45 compilerDeps(ctx DepsContext, deps Deps) Deps methodSpec
527 func (compiler *baseCompiler) compilerDeps(ctx DepsContext, deps Deps) Deps { func
Dlibrary.go559 func (library *libraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { func
/build/soong/cc/
Dcompiler.go298 func (compiler *baseCompiler) compilerDeps(ctx DepsContext, deps Deps) Deps { func
Dlibrary.go912 func (library *libraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { func
Dcc.go763 compilerDeps(ctx DepsContext, deps Deps) Deps methodSpec