Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_llvm/llvm-wrapper/
DRustWrapper.cpp109 extern "C" void LLVMRustSetNormalizedTarget(LLVMModuleRef M, in LLVMRustSetNormalizedTarget() function
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/llvm/
Dffi.rs2366 pub fn LLVMRustSetNormalizedTarget(M: &Module, triple: *const c_char); in LLVMRustSetNormalizedTarget() function