LLVM 19.0.0git
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
llvm::XCOFFYAML::SectAuxEntForStat Struct Reference

#include "llvm/ObjectYAML/XCOFFYAML.h"

Inheritance diagram for llvm::XCOFFYAML::SectAuxEntForStat:
Inheritance graph
[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

Definition at line 188 of file XCOFFYAML.h.

Member Function Documentation

◆ classof()

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

Definition at line 189 of file XCOFFYAML.h.

References llvm::XCOFFYAML::AUX_STAT, and llvm::XCOFFYAML::AuxSymbolEnt::Type.

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: