Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_llvm/llvm-wrapper/
DPassWrapper.cpp1040 LLVMRustSetDataLayoutFromTargetMachine(LLVMModuleRef Module, in LLVMRustSetDataLayoutFromTargetMachine() function
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/llvm/
Dffi.rs2443 pub fn LLVMRustSetDataLayoutFromTargetMachine<'a>(M: &'a Module, TM: &'a TargetMachine); in LLVMRustSetDataLayoutFromTargetMachine() function