HomeSort by: relevance | last modified time | path
    Searched refs:DIELabel (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 489 // DIELabel Implementation
494 void DIELabel::emitValue(const AsmPrinter *AP, dwarf::Form Form) const {
501 unsigned DIELabel::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const {
518 void DIELabel::print(raw_ostream &O) const { O << "Lbl: " << Label->getName(); }
586 DIELabel(S.getSymbol()).emitValue(AP, Form);
609 return DIELabel(S.getSymbol()).SizeOf(AP, Form);
DwarfCompileUnit.cpp 115 addAttribute(Die, Attribute, dwarf::DW_FORM_addr, DIELabel(Label));
DwarfUnit.cpp 288 addAttribute(Die, Attribute, Form, DIELabel(Label));
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
DIE.h 218 class DIELabel {
222 explicit DIELabel(const MCSymbol *L) : Label(L) {}
388 AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,

Completed in 45 milliseconds