LLVM 20.0.0git
|
#include "llvm/CodeGen/DIE.h"
Public Member Functions | |
DIEAddrOffset (uint64_t Idx, const MCSymbol *Hi, const MCSymbol *Lo) | |
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 |
void DIEAddrOffset::emitValue | ( | const AsmPrinter * | AP, |
dwarf::Form | Form | ||
) | const |
EmitValue - Emit label value.
Definition at line 857 of file DIE.cpp.
References llvm::DIEDelta::emitValue(), and llvm::DIEInteger::emitValue().
LLVM_DUMP_METHOD void DIEAddrOffset::print | ( | raw_ostream & | O | ) | const |
Definition at line 863 of file DIE.cpp.
References llvm::DIEInteger::print(), and llvm::DIEDelta::print().
unsigned DIEAddrOffset::sizeOf | ( | const dwarf::FormParams & | FormParams, |
dwarf::Form | Form | ||
) | const |
Definition at line 849 of file DIE.cpp.
References llvm::DIEInteger::sizeOf(), and llvm::DIEDelta::sizeOf().