Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_llvm/llvm-wrapper/
DPassWrapper.cpp1050 extern "C" void LLVMRustSetModulePIELevel(LLVMModuleRef M) { in LLVMRustSetModulePIELevel() function
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/llvm/
Dffi.rs2456 pub fn LLVMRustSetModulePIELevel(M: &Module); in LLVMRustSetModulePIELevel() function