LLVM 19.0.0git
Public Attributes | List of all members
llvm::objcopy::xcoff::Section Struct Reference

#include "ObjCopy/XCOFF/XCOFFObject.h"

Public Attributes

XCOFFSectionHeader32 SectionHeader
 
ArrayRef< uint8_t > Contents
 
std::vector< XCOFFRelocation32Relocations
 

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: