struct SectAuxEntForStat
Declaration
struct SectAuxEntForStat : public AuxSymbolEnt { /* full declaration omitted */ };
Declared at: llvm/include/llvm/ObjectYAML/XCOFFYAML.h:178
Inherits from: AuxSymbolEnt
Member Variables
- public Optional<uint32_t> SectionLength
- public Optional<uint16_t> NumberOfRelocEnt
- public Optional<uint16_t> NumberOfLineNum
Inherited from AuxSymbolEnt:
Method Overview
- public SectAuxEntForStat()
- public static bool classof(const llvm::XCOFFYAML::AuxSymbolEnt * S)
Inherited from AuxSymbolEnt:
Methods
¶SectAuxEntForStat()
SectAuxEntForStat()
Declared at: llvm/include/llvm/ObjectYAML/XCOFFYAML.h:183
¶static bool classof(
const llvm::XCOFFYAML::AuxSymbolEnt* S)
static bool classof(
const llvm::XCOFFYAML::AuxSymbolEnt* S)
Declared at: llvm/include/llvm/ObjectYAML/XCOFFYAML.h:184
Parameters
- const llvm::XCOFFYAML::AuxSymbolEnt* S