Home
last modified time | relevance | path

Searched refs:DIEDelta (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h261 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 DDIE.cpp534 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 DDwarfUnit.cpp350 new (DIEValueAllocator) DIEDelta(Hi, Lo)); in addLabelDelta()
1840 new (DIEValueAllocator) DIEDelta(Hi, Lo)); in addSectionDelta()