LLVM 19.0.0git
Public Attributes | List of all members
llvm::object::XCOFFCsectAuxEnt64 Struct Reference

#include "llvm/Object/XCOFFObjectFile.h"

Public Attributes

support::ubig32_t SectionOrLengthLowByte
 
support::ubig32_t ParameterHashIndex
 
support::ubig16_t TypeChkSectNum
 
uint8_t SymbolAlignmentAndType
 
XCOFF::StorageMappingClass StorageMappingClass
 
support::ubig32_t SectionOrLengthHighByte
 
uint8_t Pad
 
XCOFF::SymbolAuxType AuxType
 

Detailed Description

Definition at line 335 of file XCOFFObjectFile.h.

Member Data Documentation

◆ AuxType

XCOFF::SymbolAuxType llvm::object::XCOFFCsectAuxEnt64::AuxType

Definition at line 343 of file XCOFFObjectFile.h.

◆ Pad

uint8_t llvm::object::XCOFFCsectAuxEnt64::Pad

Definition at line 342 of file XCOFFObjectFile.h.

◆ ParameterHashIndex

support::ubig32_t llvm::object::XCOFFCsectAuxEnt64::ParameterHashIndex

Definition at line 337 of file XCOFFObjectFile.h.

◆ SectionOrLengthHighByte

support::ubig32_t llvm::object::XCOFFCsectAuxEnt64::SectionOrLengthHighByte

Definition at line 341 of file XCOFFObjectFile.h.

◆ SectionOrLengthLowByte

support::ubig32_t llvm::object::XCOFFCsectAuxEnt64::SectionOrLengthLowByte

Definition at line 336 of file XCOFFObjectFile.h.

◆ StorageMappingClass

XCOFF::StorageMappingClass llvm::object::XCOFFCsectAuxEnt64::StorageMappingClass

Definition at line 340 of file XCOFFObjectFile.h.

◆ SymbolAlignmentAndType

uint8_t llvm::object::XCOFFCsectAuxEnt64::SymbolAlignmentAndType

Definition at line 339 of file XCOFFObjectFile.h.

◆ TypeChkSectNum

support::ubig16_t llvm::object::XCOFFCsectAuxEnt64::TypeChkSectNum

Definition at line 338 of file XCOFFObjectFile.h.


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