Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_llvm/llvm-wrapper/
DPassWrapper.cpp1054 extern "C" void LLVMRustSetModuleCodeModel(LLVMModuleRef M, in LLVMRustSetModuleCodeModel() function
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/llvm/
Dffi.rs2457 pub fn LLVMRustSetModuleCodeModel(M: &Module, Model: CodeModel); in LLVMRustSetModuleCodeModel() function