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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 264 /// addSectionLabel - Add a Dwarf section label attribute data and value.
266 void DwarfUnit::addSectionLabel(DIE &Die, dwarf::Attribute Attribute,
    [all...]
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...]

Completed in 1569 milliseconds