LLVM 22.0.0git
llvm::object::XCOFFExceptionAuxEnt Struct Reference

#include "llvm/Object/XCOFFObjectFile.h"

Public Attributes

support::ubig64_t OffsetToExceptionTbl
support::ubig32_t SizeOfFunction
support::big32_t SymIdxOfNextBeyond
uint8_t Pad
XCOFF::SymbolAuxType AuxType

Detailed Description

Definition at line 475 of file XCOFFObjectFile.h.

Member Data Documentation

◆ AuxType

XCOFF::SymbolAuxType llvm::object::XCOFFExceptionAuxEnt::AuxType

Definition at line 480 of file XCOFFObjectFile.h.

◆ OffsetToExceptionTbl

support::ubig64_t llvm::object::XCOFFExceptionAuxEnt::OffsetToExceptionTbl

Definition at line 476 of file XCOFFObjectFile.h.

◆ Pad

uint8_t llvm::object::XCOFFExceptionAuxEnt::Pad

Definition at line 479 of file XCOFFObjectFile.h.

◆ SizeOfFunction

support::ubig32_t llvm::object::XCOFFExceptionAuxEnt::SizeOfFunction

Definition at line 477 of file XCOFFObjectFile.h.

◆ SymIdxOfNextBeyond

support::big32_t llvm::object::XCOFFExceptionAuxEnt::SymIdxOfNextBeyond

Definition at line 478 of file XCOFFObjectFile.h.


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