Searched refs:DIEDelta (Results 1 – 3 of 3) sorted by relevance
285 void DIEDelta::EmitValue(AsmPrinter *AP, unsigned Form) const { in EmitValue()291 unsigned DIEDelta::SizeOf(AsmPrinter *AP, unsigned Form) const { in SizeOf()297 void DIEDelta::print(raw_ostream &O) { in print()
337 class DIEDelta : public DIEValue {341 DIEDelta(const MCSymbol *Hi, const MCSymbol *Lo) in DIEDelta() function353 static bool classof(const DIEDelta *) { return true; } in classof() argument
87 DIEValue *Value = new (DIEValueAllocator) DIEDelta(Hi, Lo); in addDelta()