struct CsectAuxEnt
Declaration
struct CsectAuxEnt : public AuxSymbolEnt { /* full declaration omitted */ };
Declared at: llvm/include/llvm/ObjectYAML/XCOFFYAML.h:112
Inherits from: AuxSymbolEnt
Member Variables
- public Optional<uint32_t> SectionOrLength
- public Optional<uint32_t> StabInfoIndex
- public Optional<uint16_t> StabSectNum
- public Optional<uint32_t> SectionOrLengthLo
- public Optional<uint32_t> SectionOrLengthHi
- public Optional<uint32_t> ParameterHashIndex
- public Optional<uint16_t> TypeChkSectNum
- public Optional<uint8_t> SymbolAlignmentAndType
- public Optional<XCOFF::StorageMappingClass> StorageMappingClass
Inherited from AuxSymbolEnt:
Method Overview
- public CsectAuxEnt()
- public static bool classof(const llvm::XCOFFYAML::AuxSymbolEnt * S)
Inherited from AuxSymbolEnt:
Methods
¶CsectAuxEnt()
CsectAuxEnt()
Declared at: llvm/include/llvm/ObjectYAML/XCOFFYAML.h:126
¶static bool classof(
const llvm::XCOFFYAML::AuxSymbolEnt* S)
static bool classof(
const llvm::XCOFFYAML::AuxSymbolEnt* S)
Declared at: llvm/include/llvm/ObjectYAML/XCOFFYAML.h:127
Parameters
- const llvm::XCOFFYAML::AuxSymbolEnt* S