Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DDIE.h256 class DIEDelta {
261 DIEDelta(const MCSymbol *Hi, const MCSymbol *Lo) : LabelHi(Hi), LabelLo(Lo) {} in DIEDelta() function
352 DIEDelta Offset;
389 DIEDelta *, DIEEntry, DIEBlock *, DIELoc *,
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp539 void DIEDelta::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue()
546 unsigned DIEDelta::sizeOf(const dwarf::FormParams &FormParams, in sizeOf()
561 void DIEDelta::print(raw_ostream &O) const { in print()
DDwarfUnit.cpp349 new (DIEValueAllocator) DIEDelta(Hi, Lo)); in addLabelDelta()
1794 new (DIEValueAllocator) DIEDelta(Hi, Lo)); in addSectionDelta()