LLVM 22.0.0git
|
A pointer to another debug information entry. More...
#include "llvm/CodeGen/DIE.h"
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 |
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.)
|
delete |
|
inlineexplicit |
void DIEEntry::emitValue | ( | const AsmPrinter * | AP, |
dwarf::Form | Form ) const |
EmitValue - Emit debug information entry offset.
Definition at line 646 of file DIE.cpp.
References llvm::AsmPrinter::emitLabelPlusOffset(), llvm::AsmPrinter::emitULEB128(), llvm::AsmPrinter::getDwarfFormParams(), llvm_unreachable, llvm::AsmPrinter::OutStreamer, and sizeOf().
LLVM_DUMP_METHOD void DIEEntry::print | ( | raw_ostream & | O | ) | const |
Definition at line 701 of file DIE.cpp.
References llvm::format().
unsigned DIEEntry::sizeOf | ( | const dwarf::FormParams & | FormParams, |
dwarf::Form | Form ) const |
Definition at line 679 of file DIE.cpp.
References llvm::dwarf::FormParams::getRefAddrByteSize(), llvm::getULEB128Size(), and llvm_unreachable.
Referenced by emitValue().