Searched refs:DIEDelta (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 261 class DIEDelta { 266 DIEDelta(const MCSymbol *Hi, const MCSymbol *Lo) : LabelHi(Hi), LabelLo(Lo) {} in DIEDelta() function 357 DIEDelta Offset; 394 DIEDelta *, DIEEntry, DIEBlock *, DIELoc *,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIE.cpp | 534 void DIEDelta::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() 541 unsigned DIEDelta::sizeOf(const dwarf::FormParams &FormParams, in sizeOf() 556 void DIEDelta::print(raw_ostream &O) const { in print()
|
H A D | DwarfUnit.cpp | 350 new (DIEValueAllocator) DIEDelta(Hi, Lo)); in addLabelDelta() 1840 new (DIEValueAllocator) DIEDelta(Hi, Lo)); in addSectionDelta()
|