Searched refs:DIEDelta (Results 1 – 4 of 4) sorted by relevance
339 void DIEDelta::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue()345 unsigned DIEDelta::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf()353 void DIEDelta::print(raw_ostream &O) const { in print()
274 DIEDelta(Symb, TLOF.getDwarfStrSection()->getBeginSymbol()); in addLocalString()322 DIEValue *Value = new (DIEValueAllocator) DIEDelta(Hi, Lo); in addLabelDelta()
367 DIEValue *Value = new (DIEValueAllocator) DIEDelta(Hi, Lo); in addSectionDelta()
356 class DIEDelta : public DIEValue {361 DIEDelta(const MCSymbol *Hi, const MCSymbol *Lo) in DIEDelta() function