Home
last modified time | relevance | path

Searched defs:llvm_args (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dllvm_util.rs50 let mut llvm_args = Vec::with_capacity(n_args + 1); in configure_llvm() localVariable
/third_party/rust/rust/compiler/rustc_target/src/spec/
Dmod.rs1919 pub llvm_args: StaticCow<[StaticCow<str>]>, field