pub type LLVMMemoryBufferRef = *mut LLVMOpaqueMemoryBuffer;
Expand description
Used to pass regions of memory through LLVM interfaces.
@see llvm::MemoryBuffer
pub type LLVMMemoryBufferRef = *mut LLVMOpaqueMemoryBuffer;
Used to pass regions of memory through LLVM interfaces.
@see llvm::MemoryBuffer