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:

public Type

Method Overview

Inherited from AuxSymbolEnt:

    Methods

    CsectAuxEnt()

    Declared at: llvm/include/llvm/ObjectYAML/XCOFFYAML.h:126

    static bool classof(
        const llvm::XCOFFYAML::AuxSymbolEnt* S)

    Declared at: llvm/include/llvm/ObjectYAML/XCOFFYAML.h:127

    Parameters

    const llvm::XCOFFYAML::AuxSymbolEnt* S