Searched defs:compilerDeps (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/build/soong/rust/ |
H A D | prebuilt.go | 173 func (prebuilt *prebuiltLibraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { func 226 func (prebuilt *prebuiltProcMacroDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { func
|
H A D | fuzz.go | 100 func (fuzzer *fuzzDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { func
|
H A D | compiler.go | 45 compilerDeps(ctx DepsContext, deps Deps) Deps methodSpec 498 func (compiler *baseCompiler) compilerDeps(ctx DepsContext, deps Deps) Deps { func
|
H A D | benchmark.go | 101 func (benchmark *benchmarkDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { func
|
H A D | binary.go | 92 func (binary *binaryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { func
|
H A D | test.go | 245 func (test *testDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { func
|
H A D | library.go | 454 func (library *libraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { func
|
/aosp_15_r20/build/soong/cc/ |
H A D | compiler.go | 298 func (compiler *baseCompiler) compilerDeps(ctx DepsContext, deps Deps) Deps { func
|
H A D | library.go | 817 func (library *libraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { func
|
H A D | cc.go | 614 compilerDeps(ctx DepsContext, deps Deps) Deps methodSpec
|