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

  /external/llvm/lib/DebugInfo/DWARF/
DWARFUnitIndex.cpp 69 Rows[i].Contributions =
71 Contribs[Index - 1] = Rows[i].Contributions.get();
135 if (auto *Contribs = Row.Contributions.get()) {
152 return &Contributions[i];
157 return &Contributions[Index->InfoColumn];
163 if (const auto &Contribs = Rows[i].Contributions)
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 53 std::unique_ptr<SectionContribution[]> Contributions;
  /external/llvm/tools/llvm-dwp/
llvm-dwp.cpp 138 DWARFUnitIndex::Entry::SectionContribution Contributions[8];
154 Entry.Contributions[0] = {};
155 auto &C = Entry.Contributions[DW_SECT_TYPES - DW_SECT_INFO];
184 for (size_t i = 0; i != array_lengthof(E.Contributions); ++i)
186 Out.EmitIntValue(E.Contributions[i].*Field, 4);
290 CurEntry.Contributions[Index].Offset = ContributionOffsets[Index];
292 (CurEntry.Contributions[Index].Length = Contents.size());
333 // Lie about there being no info contributions so the TU index only includes
  /external/libxml2/doc/
search.php 57 <li><a href="contribs.html">Contributions</a></li>

Completed in 64 milliseconds