class DIEAddrOffset
Declaration
class DIEAddrOffset { /* full declaration omitted */ };
Description
A BaseTypeRef DIE.
Declared at: llvm/include/llvm/CodeGen/DIE.h:350
Member Variables
- private llvm::DIEInteger Addr
- private llvm::DIEDelta Offset
Method Overview
- public DIEAddrOffset(uint64_t Idx, const llvm::MCSymbol * Hi, const llvm::MCSymbol * Lo)
- public void emitValue(const llvm::AsmPrinter * AP, dwarf::Form Form) const
- public void print(llvm::raw_ostream & O) const
- public unsigned int sizeOf(const dwarf::FormParams & FormParams, dwarf::Form Form) const
Methods
¶DIEAddrOffset(uint64_t Idx,
const llvm::MCSymbol* Hi,
const llvm::MCSymbol* Lo)
DIEAddrOffset(uint64_t Idx,
const llvm::MCSymbol* Hi,
const llvm::MCSymbol* Lo)
Declared at: llvm/include/llvm/CodeGen/DIE.h:355
Parameters
- uint64_t Idx
- const llvm::MCSymbol* Hi
- const llvm::MCSymbol* Lo
¶void emitValue(const llvm::AsmPrinter* AP,
dwarf::Form Form) const
void emitValue(const llvm::AsmPrinter* AP,
dwarf::Form Form) const
Declared at: llvm/include/llvm/CodeGen/DIE.h:358
Parameters
- const llvm::AsmPrinter* AP
- dwarf::Form Form
¶void print(llvm::raw_ostream& O) const
void print(llvm::raw_ostream& O) const
Declared at: llvm/include/llvm/CodeGen/DIE.h:361
Parameters
¶unsigned int sizeOf(
const dwarf::FormParams& FormParams,
dwarf::Form Form) const
unsigned int sizeOf(
const dwarf::FormParams& FormParams,
dwarf::Form Form) const
Declared at: llvm/include/llvm/CodeGen/DIE.h:359
Parameters
- const dwarf::FormParams& FormParams
- dwarf::Form Form