rustc_llvm::LLVMRustCreateMemoryBufferWithContentsOfFile
[−]
[src]
pub unsafe extern fn LLVMRustCreateMemoryBufferWithContentsOfFile(Path: *const c_char) -> MemoryBufferRef
Unstable (
rustc_private
)Reads the given file and returns it as a memory buffer. Use LLVMDisposeMemoryBuffer() to get rid of it.