ΒΆvoid LLVMDisposeBinary(LLVMBinaryRef BR)
void LLVMDisposeBinary(LLVMBinaryRef BR)
Description
Dispose of a binary file. The binary file does not own its backing buffer. It is the responsibilty of the caller to free it with \c LLVMDisposeMemoryBuffer.
Declared at: llvm/include/llvm-c/Object.h:84
Parameters
- LLVMBinaryRef BR