ΒΆLLVMSymbolIteratorRef
LLVMObjectFileCopySymbolIterator(LLVMBinaryRef BR)
LLVMSymbolIteratorRef
LLVMObjectFileCopySymbolIterator(LLVMBinaryRef BR)
Description
Retrieve a copy of the symbol iterator for this object file. If there are no symbols, the result is NULL. The returned iterator is merely a shallow copy. Nevertheless, it is the responsibility of the caller to free it with\c LLVMDisposeSymbolIterator.
Declared at: llvm/include/llvm-c/Object.h:152
Parameters
- LLVMBinaryRef BR