Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp299 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()
DDIE.h326 class DIELabel : public DIEValue {
330 explicit DIELabel(const MCSymbol *L) : DIEValue(isLabel), Label(L) {} in DIELabel() function
DDwarfUnit.cpp226 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()