LLVM 19.0.0git
Public Attributes | List of all members
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 467 of file XCOFFObjectFile.h.

Member Data Documentation

◆ AuxType

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

Definition at line 472 of file XCOFFObjectFile.h.

◆ OffsetToExceptionTbl

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

Definition at line 468 of file XCOFFObjectFile.h.

◆ Pad

uint8_t llvm::object::XCOFFExceptionAuxEnt::Pad

Definition at line 471 of file XCOFFObjectFile.h.

◆ SizeOfFunction

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

Definition at line 469 of file XCOFFObjectFile.h.

◆ SymIdxOfNextBeyond

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

Definition at line 470 of file XCOFFObjectFile.h.


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