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

#include "llvm/ObjectYAML/XCOFFYAML.h"

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

Public Member Functions

 SectAuxEntForStat ()
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_tSectionLength
std::optional< uint16_tNumberOfRelocEnt
std::optional< uint16_tNumberOfLineNum
Public Attributes inherited from llvm::XCOFFYAML::AuxSymbolEnt
AuxSymbolType Type

Detailed Description

Definition at line 183 of file XCOFFYAML.h.

Constructor & Destructor Documentation

◆ SectAuxEntForStat()

llvm::XCOFFYAML::SectAuxEntForStat::SectAuxEntForStat ( )
inline

Member Function Documentation

◆ classof()

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

Member Data Documentation

◆ NumberOfLineNum

std::optional<uint16_t> llvm::XCOFFYAML::SectAuxEntForStat::NumberOfLineNum

Definition at line 186 of file XCOFFYAML.h.

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

◆ NumberOfRelocEnt

std::optional<uint16_t> llvm::XCOFFYAML::SectAuxEntForStat::NumberOfRelocEnt

Definition at line 185 of file XCOFFYAML.h.

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

◆ SectionLength

std::optional<uint32_t> llvm::XCOFFYAML::SectAuxEntForStat::SectionLength

Definition at line 184 of file XCOFFYAML.h.

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


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