LLVM 20.0.0git
|
Represents a pointer to a location list in the debug_loc section. More...
#include "llvm/CodeGen/DIE.h"
Public Member Functions | |
DIELocList (size_t I) | |
size_t | getValue () const |
Grab the current index out. | |
void | emitValue (const AsmPrinter *AP, dwarf::Form Form) const |
EmitValue - Emit label value. | |
unsigned | sizeOf (const dwarf::FormParams &FormParams, dwarf::Form Form) const |
void | print (raw_ostream &O) const |
Represents a pointer to a location list in the debug_loc section.
void DIELocList::emitValue | ( | const AsmPrinter * | AP, |
dwarf::Form | Form | ||
) | const |
EmitValue - Emit label value.
Definition at line 832 of file DIE.cpp.
References llvm::AsmPrinter::emitDwarfSymbolReference(), llvm::AsmPrinter::emitULEB128(), llvm::DwarfDebug::getDebugLocs(), llvm::AsmPrinter::getDwarfDebug(), llvm::DebugLocStream::getList(), llvm::DebugLocStream::List::Label, and llvm::DwarfDebug::useSplitDwarf().
|
inline |
LLVM_DUMP_METHOD void DIELocList::print | ( | raw_ostream & | O | ) | const |
unsigned DIELocList::sizeOf | ( | const dwarf::FormParams & | FormParams, |
dwarf::Form | Form | ||
) | const |
Definition at line 808 of file DIE.cpp.
References assert(), llvm::dwarf::DWARF64, llvm::dwarf::FormParams::Format, llvm::dwarf::FormParams::getDwarfOffsetByteSize(), llvm::getULEB128Size(), and llvm_unreachable.