Home
last modified time | relevance | path

Searched refs:depsContext (Results 1 – 6 of 6) sorted by relevance

/build/soong/rust/
Dbenchmark.go92 func (benchmark *benchmarkDecorator) stdLinkage(ctx *depsContext) RustLinkage {
Dtest.go169 func (test *testDecorator) stdLinkage(ctx *depsContext) RustLinkage {
Drust.go422 stdLinkage(ctx *depsContext) RustLinkage argument
694 type depsContext struct { struct
714 func (ctx *depsContext) RustModule() *Module { argument
718 func (ctx *depsContext) toolchain() config.Toolchain { argument
1154 ctx := &depsContext{
Dfuzz.go94 func (fuzzer *fuzzDecorator) stdLinkage(ctx *depsContext) RustLinkage {
Dcompiler.go195 func (compiler *baseCompiler) stdLinkage(ctx *depsContext) RustLinkage {
Dlibrary.go238 func (library *libraryDecorator) stdLinkage(ctx *depsContext) RustLinkage {