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

#include "llvm/ObjectYAML/XCOFFYAML.h"

Inheritance diagram for llvm::XCOFFYAML::BlockAuxEnt:
Inheritance graph
[legend]

Public Member Functions

 BlockAuxEnt ()
 
- 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< uint16_tLineNumHi
 
std::optional< uint16_tLineNumLo
 
std::optional< uint32_tLineNum
 
- Public Attributes inherited from llvm::XCOFFYAML::AuxSymbolEnt
AuxSymbolType Type
 

Detailed Description

Definition at line 160 of file XCOFFYAML.h.

Constructor & Destructor Documentation

◆ BlockAuxEnt()

llvm::XCOFFYAML::BlockAuxEnt::BlockAuxEnt ( )
inline

Definition at line 167 of file XCOFFYAML.h.

Member Function Documentation

◆ classof()

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

Definition at line 168 of file XCOFFYAML.h.

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

Member Data Documentation

◆ LineNum

std::optional<uint32_t> llvm::XCOFFYAML::BlockAuxEnt::LineNum

Definition at line 165 of file XCOFFYAML.h.

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

◆ LineNumHi

std::optional<uint16_t> llvm::XCOFFYAML::BlockAuxEnt::LineNumHi

Definition at line 162 of file XCOFFYAML.h.

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

◆ LineNumLo

std::optional<uint16_t> llvm::XCOFFYAML::BlockAuxEnt::LineNumLo

Definition at line 163 of file XCOFFYAML.h.

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


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