LLVM: llvm::DIELocList Class Reference (original) (raw)
Represents a pointer to a location list in the debug_loc section. More...
#include "[llvm/CodeGen/DIE.h](DIE%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| DIELocList (size_t I) | |
| size_t | getValue () const |
| Grab the current index out. | |
| LLVM_ABI void | emitValue (const AsmPrinter *AP, dwarf::Form Form) const |
| EmitValue - Emit label value. | |
| LLVM_ABI unsigned | sizeOf (const dwarf::FormParams &FormParams, dwarf::Form Form) const |
| LLVM_ABI void | print (raw_ostream &O) const |
Detailed Description
Represents a pointer to a location list in the debug_loc section.
Definition at line 344 of file DIE.h.
Constructor & Destructor Documentation
| llvm::DIELocList::DIELocList ( size_t I) | inline |
|---|
Definition at line 349 of file DIE.h.
References I.
Member Function Documentation
◆ emitValue()
◆ getValue()
| size_t llvm::DIELocList::getValue ( ) const | inline |
|---|
Grab the current index out.
Definition at line 352 of file DIE.h.
◆ print()
◆ sizeOf()
The documentation for this class was generated from the following files: