LLVM 20.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 |
void | emitValue (const AsmPrinter *AP, dwarf::Form Form) const |
EmitValue - Emit debug information entry offset. | |
unsigned | sizeOf (const dwarf::FormParams &FormParams, dwarf::Form Form) const |
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 |
void DIEEntry::emitValue | ( | const AsmPrinter * | AP, |
dwarf::Form | Form | ||
) | const |
EmitValue - Emit debug information entry offset.
Definition at line 643 of file DIE.cpp.
References Addr, llvm::AsmPrinter::emitLabelPlusOffset(), llvm::AsmPrinter::emitULEB128(), llvm::DIEUnit::getCrossSectionRelativeBaseAddress(), llvm::DIE::getDebugSectionOffset(), llvm::AsmPrinter::getDwarfFormParams(), llvm::DIE::getOffset(), llvm::DIE::getUnit(), llvm_unreachable, llvm::AsmPrinter::OutStreamer, and sizeOf().
LLVM_DUMP_METHOD void DIEEntry::print | ( | raw_ostream & | O | ) | const |
Definition at line 698 of file DIE.cpp.
References llvm::format().
unsigned DIEEntry::sizeOf | ( | const dwarf::FormParams & | FormParams, |
dwarf::Form | Form | ||
) | const |
Definition at line 676 of file DIE.cpp.
References llvm::DIE::getOffset(), llvm::dwarf::FormParams::getRefAddrByteSize(), llvm::getULEB128Size(), and llvm_unreachable.
Referenced by emitValue().