LLVM 20.0.0git
|
#include "ObjCopy/XCOFF/XCOFFObject.h"
Public Attributes | |
XCOFFSectionHeader32 | SectionHeader |
ArrayRef< uint8_t > | Contents |
std::vector< XCOFFRelocation32 > | Relocations |
Definition at line 23 of file XCOFFObject.h.
ArrayRef<uint8_t> llvm::objcopy::xcoff::Section::Contents |
Definition at line 25 of file XCOFFObject.h.
std::vector<XCOFFRelocation32> llvm::objcopy::xcoff::Section::Relocations |
Definition at line 26 of file XCOFFObject.h.
XCOFFSectionHeader32 llvm::objcopy::xcoff::Section::SectionHeader |
Definition at line 24 of file XCOFFObject.h.