llvm::object::SectionRef::getObject

Returns the ObjectFile that owns this section.

Synopsis

Declared in <llvm/Object/ObjectFile.h>

ObjectFile const*
getObject() const;

Return Value

Pointer to the owning ObjectFile.