HomeSort by relevance Sort by last modified time
    Searched refs:addSectionLabel (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 352 static void addSectionLabel(AsmPrinter &Asm, DwarfUnit &U, DIE &D,
356 U.addSectionLabel(D, A, L);
373 addSectionLabel(*Asm, TheCU, ScopeDIE, dwarf::DW_AT_ranges, RangeSym,
    [all...]
DwarfUnit.h 296 /// addSectionLabel - Add a Dwarf section label attribute data and value.
298 void addSectionLabel(DIE &Die, dwarf::Attribute Attribute,
DwarfUnit.cpp 264 /// addSectionLabel - Add a Dwarf section label attribute data and value.
266 void DwarfUnit::addSectionLabel(DIE &Die, dwarf::Attribute Attribute,
    [all...]

Completed in 50 milliseconds