LLVM: llvm::DIEInteger Class Reference (original) (raw)
#include "[llvm/CodeGen/DIE.h](DIE%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| DIEInteger (uint64_t I) | |
| uint64_t | getValue () const |
| void | setValue (uint64_t Val) |
| LLVM_ABI void | emitValue (const AsmPrinter *Asm, dwarf::Form Form) const |
| EmitValue - Emit integer of appropriate size. | |
| LLVM_ABI unsigned | sizeOf (const dwarf::FormParams &FormParams, dwarf::Form Form) const |
| sizeOf - Determine size of integer value in bytes. | |
| LLVM_ABI void | print (raw_ostream &O) const |
An integer value DIE.
Definition at line 169 of file DIE.h.
| llvm::DIEInteger::DIEInteger ( uint64_t I) | inlineexplicit |
|---|
Definition at line 173 of file DIE.h.
References I.
◆ BestForm()
◆ emitValue()
◆ getValue()
| uint64_t llvm::DIEInteger::getValue ( ) const | inline |
|---|
Definition at line 196 of file DIE.h.
◆ print()
◆ setValue()
| void llvm::DIEInteger::setValue ( uint64_t Val) | inline |
|---|
Definition at line 197 of file DIE.h.
◆ sizeOf()
The documentation for this class was generated from the following files: