LLVM 20.0.0git
|
#include "llvm/CodeGen/DIE.h"
Public Member Functions | |
DIEBaseTypeRef (const DwarfCompileUnit *TheCU, uint64_t Idx) | |
void | emitValue (const AsmPrinter *AP, dwarf::Form Form) const |
EmitValue - Emit base type reference. | |
unsigned | sizeOf (const dwarf::FormParams &, dwarf::Form) const |
sizeOf - Determine size of the base type reference in bytes. | |
void | print (raw_ostream &O) const |
uint64_t | getIndex () const |
|
inlineexplicit |
void DIEBaseTypeRef::emitValue | ( | const AsmPrinter * | AP, |
dwarf::Form | Form | ||
) | const |
EmitValue - Emit base type reference.
Definition at line 515 of file DIE.cpp.
References assert(), llvm::AsmPrinter::emitULEB128(), and llvm::Offset.
LLVM_DUMP_METHOD void DIEBaseTypeRef::print | ( | raw_ostream & | O | ) | const |
unsigned DIEBaseTypeRef::sizeOf | ( | const dwarf::FormParams & | , |
dwarf::Form | |||
) | const |