Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_llvm/llvm-wrapper/
DRustWrapper.cpp1711 LLVMRustModuleBufferCreate(LLVMModuleRef M) { function
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/llvm/
Dffi.rs2458 pub fn LLVMRustModuleBufferCreate(M: &Module) -> &'static mut ModuleBuffer; in LLVMRustModuleBufferCreate() function