Lines Matching defs:IndexEntries
8119 SmallVector<IndexEntry, 4> IndexEntries;
8129 IndexEntries.push_back(Entry);
8147 Pos = IndexEntries[0].LSDAStart;
8150 (IndexEntries.back().LSDAStart - IndexEntries[0].LSDAStart) / LSDASize;
8170 for (unsigned i = 0; i < IndexEntries.size() - 1; ++i) {
8172 if (IndexEntries[i].SecondLevelPageStart == 0)
8177 << format("0x%08" PRIx32, IndexEntries[i].SecondLevelPageStart)
8180 << format("0x%08" PRIx32, IndexEntries[i].FunctionOffset) << '\n';
8182 Pos = IndexEntries[i].SecondLevelPageStart;
8194 IndexEntries[i].FunctionOffset,