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

#include "ObjCopy/XCOFF/XCOFFObject.h"

Public Attributes

XCOFFFileHeader32 FileHeader
 
XCOFFAuxiliaryHeader32 OptionalFileHeader
 
std::vector< SectionSections
 
std::vector< SymbolSymbols
 
StringRef StringTable
 

Detailed Description

Definition at line 36 of file XCOFFObject.h.

Member Data Documentation

◆ FileHeader

XCOFFFileHeader32 llvm::objcopy::xcoff::Object::FileHeader

Definition at line 37 of file XCOFFObject.h.

◆ OptionalFileHeader

XCOFFAuxiliaryHeader32 llvm::objcopy::xcoff::Object::OptionalFileHeader

Definition at line 38 of file XCOFFObject.h.

◆ Sections

std::vector<Section> llvm::objcopy::xcoff::Object::Sections

Definition at line 39 of file XCOFFObject.h.

◆ StringTable

StringRef llvm::objcopy::xcoff::Object::StringTable

Definition at line 41 of file XCOFFObject.h.

◆ Symbols

std::vector<Symbol> llvm::objcopy::xcoff::Object::Symbols

Definition at line 40 of file XCOFFObject.h.


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