Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_llvm/llvm-wrapper/
DPassWrapper.cpp453 extern "C" void LLVMRustDisposeTargetMachine(LLVMTargetMachineRef TM) { in LLVMRustDisposeTargetMachine() function
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/llvm/
Dffi.rs2315 pub fn LLVMRustDisposeTargetMachine(T: &'static mut TargetMachine); in LLVMRustDisposeTargetMachine() function