ΒΆLLVMSectionIteratorRef
LLVMObjectFileCopySectionIterator(
    LLVMBinaryRef BR)

Description

Retrieve a copy of the section iterator for this object file. If there are no sections, 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 LLVMDisposeSectionIterator.

Declared at: llvm/include/llvm-c/Object.h:131

Parameters

LLVMBinaryRef BR