Home
last modified time | relevance | path

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

/aosp12/build/soong/rust/
H A Dcompiler.go27 type RustLinkage int type
30 DefaultLinkage RustLinkage = iota
195 func (compiler *baseCompiler) stdLinkage(ctx *depsContext) RustLinkage {
H A Dbenchmark.go92 func (benchmark *benchmarkDecorator) stdLinkage(ctx *depsContext) RustLinkage {
H A Dtest.go169 func (test *testDecorator) stdLinkage(ctx *depsContext) RustLinkage {
H A Dbinary.go147 func (binary *binaryDecorator) stdLinkage(ctx *depsContext) RustLinkage {
H A Dfuzz.go94 func (fuzzer *fuzzDecorator) stdLinkage(ctx *depsContext) RustLinkage {
H A Dlibrary.go238 func (library *libraryDecorator) stdLinkage(ctx *depsContext) RustLinkage {
H A Drust.go422 stdLinkage(ctx *depsContext) RustLinkage