Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/rust/
H A Dprebuilt.go173 func (prebuilt *prebuiltLibraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { func
226 func (prebuilt *prebuiltProcMacroDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { func
H A Dfuzz.go100 func (fuzzer *fuzzDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { func
H A Dcompiler.go45 compilerDeps(ctx DepsContext, deps Deps) Deps methodSpec
498 func (compiler *baseCompiler) compilerDeps(ctx DepsContext, deps Deps) Deps { func
H A Dbenchmark.go101 func (benchmark *benchmarkDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { func
H A Dbinary.go92 func (binary *binaryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { func
H A Dtest.go245 func (test *testDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { func
H A Dlibrary.go454 func (library *libraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { func
/aosp_15_r20/build/soong/cc/
H A Dcompiler.go298 func (compiler *baseCompiler) compilerDeps(ctx DepsContext, deps Deps) Deps { func
H A Dlibrary.go817 func (library *libraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { func
H A Dcc.go614 compilerDeps(ctx DepsContext, deps Deps) Deps methodSpec