Lines Matching defs:IndexEntries
8131 SmallVector<IndexEntry, 4> IndexEntries;
8141 IndexEntries.push_back(Entry);
8159 Pos = IndexEntries[0].LSDAStart;
8162 (IndexEntries.back().LSDAStart - IndexEntries[0].LSDAStart) / LSDASize;
8182 for (unsigned i = 0; i < IndexEntries.size() - 1; ++i) {
8184 if (IndexEntries[i].SecondLevelPageStart == 0)
8189 << format("0x%08" PRIx32, IndexEntries[i].SecondLevelPageStart)
8192 << format("0x%08" PRIx32, IndexEntries[i].FunctionOffset) << '\n';
8194 Pos = IndexEntries[i].SecondLevelPageStart;
8206 IndexEntries[i].FunctionOffset,