LLVM 20.0.0git
|
#include "llvm/ObjectYAML/XCOFFYAML.h"
Public Member Functions | |
SectAuxEntForDWARF () | |
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_t > | LengthOfSectionPortion |
std::optional< uint32_t > | NumberOfRelocEnt |
Public Attributes inherited from llvm::XCOFFYAML::AuxSymbolEnt | |
AuxSymbolType | Type |
Definition at line 173 of file XCOFFYAML.h.
|
inline |
Definition at line 177 of file XCOFFYAML.h.
|
inlinestatic |
Definition at line 178 of file XCOFFYAML.h.
References llvm::XCOFFYAML::AUX_SECT, and llvm::XCOFFYAML::AuxSymbolEnt::Type.
std::optional<uint32_t> llvm::XCOFFYAML::SectAuxEntForDWARF::LengthOfSectionPortion |
Definition at line 174 of file XCOFFYAML.h.
Referenced by llvm::yaml::auxSymMapping().
std::optional<uint32_t> llvm::XCOFFYAML::SectAuxEntForDWARF::NumberOfRelocEnt |
Definition at line 175 of file XCOFFYAML.h.
Referenced by llvm::yaml::auxSymMapping().