LLVM 18.0.0git
|
Dwarf abbreviation data, describes one attribute of a Dwarf abbreviation. More...
#include "llvm/CodeGen/DIE.h"
Public Member Functions | |
DIEAbbrevData (dwarf::Attribute A, dwarf::Form F) | |
DIEAbbrevData (dwarf::Attribute A, int64_t V) | |
void | Profile (FoldingSetNodeID &ID) const |
Used to gather unique data for the abbreviation folding set. | |
dwarf::Attribute | getAttribute () const |
Accessors. | |
dwarf::Form | getForm () const |
int64_t | getValue () const |
Dwarf abbreviation data, describes one attribute of a Dwarf abbreviation.
|
inline |
|
inline |
|
inline |
Accessors.
Definition at line 67 of file DIE.h.
Referenced by llvm::DIEAbbrev::Emit(), and llvm::dwarflinker_parallel::DwarfUnit::emitDwarfAbbrevEntry().
|
inline |
Definition at line 68 of file DIE.h.
Referenced by llvm::DIEAbbrev::Emit(), and llvm::dwarflinker_parallel::DwarfUnit::emitDwarfAbbrevEntry().
|
inline |
Definition at line 69 of file DIE.h.
Referenced by llvm::DIEAbbrev::Emit(), and llvm::dwarflinker_parallel::DwarfUnit::emitDwarfAbbrevEntry().
void DIEAbbrevData::Profile | ( | FoldingSetNodeID & | ID | ) | const |