LLVM: llvm::DIEEntry Class Reference (original) (raw)
A pointer to another debug information entry. More...
#include "[llvm/CodeGen/DIE.h](DIE%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| DIEEntry ()=delete | |
| DIEEntry (DIE &E) | |
| DIE & | getEntry () const |
| LLVM_ABI void | emitValue (const AsmPrinter *AP, dwarf::Form Form) const |
| EmitValue - Emit debug information entry offset. | |
| LLVM_ABI unsigned | sizeOf (const dwarf::FormParams &FormParams, dwarf::Form Form) const |
| LLVM_ABI void | print (raw_ostream &O) const |
Detailed Description
A pointer to another debug information entry.
An instance of this class can also be used as a proxy for a debug information entry not yet defined (ie. types.)
Definition at line 325 of file DIE.h.
Constructor & Destructor Documentation
◆ DIEEntry() [1/2]
| llvm::DIEEntry::DIEEntry ( ) | delete |
|---|
◆ DIEEntry() [2/2]
| llvm::DIEEntry::DIEEntry ( DIE & E) | inlineexplicit |
|---|
Member Function Documentation
◆ emitValue()
◆ getEntry()
| DIE & llvm::DIEEntry::getEntry ( ) const | inline |
|---|
Definition at line 332 of file DIE.h.
◆ print()
◆ sizeOf()
The documentation for this class was generated from the following files: