Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_llvm/llvm-wrapper/
DRustWrapper.cpp1731 LLVMRustModuleBufferLen(const LLVMRustModuleBuffer *Buffer) { function
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/llvm/
Dffi.rs2460 pub fn LLVMRustModuleBufferLen(p: &ModuleBuffer) -> usize; in LLVMRustModuleBufferLen() function