Home
last modified time | relevance | path

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

/build/soong/rust/
Dbinary.go169 func (binary *binaryDecorator) stdLinkage(ctx *depsContext) RustLinkage { func
175 return binary.baseCompiler.stdLinkage(ctx)
Dbenchmark.go92 func (benchmark *benchmarkDecorator) stdLinkage(ctx *depsContext) RustLinkage { func
Drust.go485 stdLinkage(ctx *depsContext) RustLinkage methodSpec
1358 stdLinkage := "dylib-std"
1359 if mod.compiler.stdLinkage(ctx) == RlibLinkage {
1360 stdLinkage = "rlib-std"
1367 blueprint.Variation{Mutator: "rust_stdlinkage", Variation: stdLinkage})
1409 if mod.compiler.stdLinkage(ctx) == RlibLinkage {
Dfuzz.go89 func (fuzzer *fuzzDecorator) stdLinkage(ctx *depsContext) RustLinkage { func
Dtest.go227 func (test *testDecorator) stdLinkage(ctx *depsContext) RustLinkage { func
Dcompiler.go218 func (compiler *baseCompiler) stdLinkage(ctx *depsContext) RustLinkage { func
Dlibrary.go258 func (library *libraryDecorator) stdLinkage(ctx *depsContext) RustLinkage { func