Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp342 void DIELabel::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue()
351 unsigned DIELabel::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf()
359 void DIELabel::print(raw_ostream &O) const { O << "Lbl: " << Label->getName(); } in print()
405 DIELabel(S.getSymbol()).EmitValue(AP, Form); in EmitValue()
426 return DIELabel(S.getSymbol()).SizeOf(AP, Form); in SizeOf()
DDwarfCompileUnit.cpp57 DIELabel(Label)); in addLocalLabelAddress()
DDwarfUnit.cpp230 return Die.addValue(DIEValueAllocator, Attribute, Form, DIELabel(Label)); in addLabel()
/external/llvm/include/llvm/CodeGen/
DDIE.h169 class DIELabel {
173 explicit DIELabel(const MCSymbol *L) : Label(L) {} in DIELabel() function
310 typedef AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,