|
LLVM 22.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) | |
| LLVM_ABI 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 |
|
inline |
| void DIEAbbrevData::Profile | ( | FoldingSetNodeID & | ID | ) | const |