LLVM 22.0.0git
llvm::XCOFFYAML::CsectAuxEnt Struct Reference

#include "llvm/ObjectYAML/XCOFFYAML.h"

Inheritance diagram for llvm::XCOFFYAML::CsectAuxEnt:
[legend]

Public Member Functions

 CsectAuxEnt ()
Public Member Functions inherited from llvm::XCOFFYAML::AuxSymbolEnt
 AuxSymbolEnt (AuxSymbolType T)
virtual ~AuxSymbolEnt ()

Static Public Member Functions

static bool classof (const AuxSymbolEnt *S)

Public Attributes

std::optional< uint32_tSectionOrLength
std::optional< uint32_tStabInfoIndex
std::optional< uint16_tStabSectNum
std::optional< uint32_tSectionOrLengthLo
std::optional< uint32_tSectionOrLengthHi
std::optional< uint32_tParameterHashIndex
std::optional< uint16_tTypeChkSectNum
std::optional< XCOFF::SymbolTypeSymbolType
std::optional< uint8_tSymbolAlignment
std::optional< uint8_tSymbolAlignmentAndType
std::optional< XCOFF::StorageMappingClassStorageMappingClass
Public Attributes inherited from llvm::XCOFFYAML::AuxSymbolEnt
AuxSymbolType Type

Detailed Description

Definition at line 114 of file XCOFFYAML.h.

Constructor & Destructor Documentation

◆ CsectAuxEnt()

llvm::XCOFFYAML::CsectAuxEnt::CsectAuxEnt ( )
inline

Member Function Documentation

◆ classof()

bool llvm::XCOFFYAML::CsectAuxEnt::classof ( const AuxSymbolEnt * S)
inlinestatic

Member Data Documentation

◆ ParameterHashIndex

std::optional<uint32_t> llvm::XCOFFYAML::CsectAuxEnt::ParameterHashIndex

Definition at line 123 of file XCOFFYAML.h.

Referenced by llvm::yaml::auxSymMapping().

◆ SectionOrLength

std::optional<uint32_t> llvm::XCOFFYAML::CsectAuxEnt::SectionOrLength

Definition at line 116 of file XCOFFYAML.h.

Referenced by llvm::yaml::auxSymMapping().

◆ SectionOrLengthHi

std::optional<uint32_t> llvm::XCOFFYAML::CsectAuxEnt::SectionOrLengthHi

Definition at line 121 of file XCOFFYAML.h.

Referenced by llvm::yaml::auxSymMapping().

◆ SectionOrLengthLo

std::optional<uint32_t> llvm::XCOFFYAML::CsectAuxEnt::SectionOrLengthLo

Definition at line 120 of file XCOFFYAML.h.

Referenced by llvm::yaml::auxSymMapping().

◆ StabInfoIndex

std::optional<uint32_t> llvm::XCOFFYAML::CsectAuxEnt::StabInfoIndex

Definition at line 117 of file XCOFFYAML.h.

Referenced by llvm::yaml::auxSymMapping().

◆ StabSectNum

std::optional<uint16_t> llvm::XCOFFYAML::CsectAuxEnt::StabSectNum

Definition at line 118 of file XCOFFYAML.h.

Referenced by llvm::yaml::auxSymMapping().

◆ StorageMappingClass

std::optional<XCOFF::StorageMappingClass> llvm::XCOFFYAML::CsectAuxEnt::StorageMappingClass

Definition at line 129 of file XCOFFYAML.h.

Referenced by llvm::yaml::auxSymMapping().

◆ SymbolAlignment

std::optional<uint8_t> llvm::XCOFFYAML::CsectAuxEnt::SymbolAlignment

Definition at line 126 of file XCOFFYAML.h.

Referenced by llvm::yaml::auxSymMapping().

◆ SymbolAlignmentAndType

std::optional<uint8_t> llvm::XCOFFYAML::CsectAuxEnt::SymbolAlignmentAndType

Definition at line 128 of file XCOFFYAML.h.

Referenced by llvm::yaml::auxSymMapping().

◆ SymbolType

std::optional<XCOFF::SymbolType> llvm::XCOFFYAML::CsectAuxEnt::SymbolType

Definition at line 125 of file XCOFFYAML.h.

Referenced by llvm::yaml::auxSymMapping().

◆ TypeChkSectNum

std::optional<uint16_t> llvm::XCOFFYAML::CsectAuxEnt::TypeChkSectNum

Definition at line 124 of file XCOFFYAML.h.

Referenced by llvm::yaml::auxSymMapping().


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