Searched refs:DIELabel (Results 1 – 3 of 3) sorted by relevance
299 void DIELabel::EmitValue(AsmPrinter *AP, dwarf::Form Form) const { in EmitValue()308 unsigned DIELabel::SizeOf(AsmPrinter *AP, dwarf::Form Form) const { in SizeOf()316 void DIELabel::print(raw_ostream &O) const { in print()
326 class DIELabel : public DIEValue {330 explicit DIELabel(const MCSymbol *L) : DIEValue(isLabel), Label(L) {} in DIELabel() function
226 Value = new (DIEValueAllocator) DIELabel(Symb); in addLocalString()256 DIEValue *Value = new (DIEValueAllocator) DIELabel(Label); in addLabel()308 Label ? (DIEValue *)new (DIEValueAllocator) DIELabel(Label) in addLocalLabelAddress()