Home
last modified time | relevance | path

Searched refs:stdLinkage (Results 1 – 7 of 7) sorted by relevance

/build/soong/rust/
Dbinary.go165 func (binary *binaryDecorator) stdLinkage(ctx *depsContext) RustLinkage { func
169 return binary.baseCompiler.stdLinkage(ctx)
Dbenchmark.go92 func (benchmark *benchmarkDecorator) stdLinkage(ctx *depsContext) RustLinkage { func
Dfuzz.go124 func (fuzzer *fuzzDecorator) stdLinkage(ctx *depsContext) RustLinkage { func
Dtest.go236 func (test *testDecorator) stdLinkage(ctx *depsContext) RustLinkage { func
Dcompiler.go72 stdLinkage(ctx *depsContext) RustLinkage methodSpec
319 func (compiler *baseCompiler) stdLinkage(ctx *depsContext) RustLinkage { func
Drust.go1551 stdLinkage := "dylib-std"
1552 if mod.compiler.stdLinkage(ctx) == RlibLinkage {
1553 stdLinkage = "rlib-std"
1561 blueprint.Variation{Mutator: "rust_stdlinkage", Variation: stdLinkage})
1623 if mod.compiler.stdLinkage(ctx) == RlibLinkage {
Dlibrary.go261 func (library *libraryDecorator) stdLinkage(ctx *depsContext) RustLinkage { func