LLVM: llvm::objcopy::xcoff::Section Struct Reference (original) (raw)

#include "[ObjCopy/XCOFF/XCOFFObject.h](XCOFFObject%5F8h%5Fsource.html)"

Public Attributes
XCOFFSectionHeader32 SectionHeader
ArrayRef< uint8_t > Contents
std::vector< XCOFFRelocation32 > Relocations

Detailed Description

Definition at line 23 of file XCOFFObject.h.

Member Data Documentation

Contents

ArrayRef<uint8_t> llvm::objcopy::xcoff::Section::Contents

Definition at line 25 of file XCOFFObject.h.

Relocations

std::vector<XCOFFRelocation32> llvm::objcopy::xcoff::Section::Relocations

Definition at line 26 of file XCOFFObject.h.

SectionHeader

XCOFFSectionHeader32 llvm::objcopy::xcoff::Section::SectionHeader

Definition at line 24 of file XCOFFObject.h.


The documentation for this struct was generated from the following file: