Searched refs:IndexEntry (Results 1 – 7 of 7) sorted by relevance
38 struct IndexEntry { struct115 std::vector<IndexEntry> indices; in WriteTransitionTable()135 indices.push_back(IndexEntry{kZero, 0}); in WriteTransitionTable()140 indices.push_back(IndexEntry{kCompactEntry, index}); in WriteTransitionTable()144 indices.push_back(IndexEntry{kFullEntry, index}); in WriteTransitionTable()217 for (const IndexEntry& entry : indices) { in WriteTransitionTable()
23 struct IndexEntry { struct411 static constexpr IndexEntry kIndices[] = {459 IndexEntry index = kIndices[state]; in get_transition()
71 const DWARFUnitIndex::Entry *IndexEntry) in addUnitsImpl()82 IndexEntry)) in addUnitsImpl()186 if (auto *IndexEntry = Header.getIndexEntry()) in DWARFUnit() local187 if (const auto *C = IndexEntry->getOffset(DW_SECT_LOC)) in DWARFUnit()263 IndexEntry = Entry; in extract()264 if (!IndexEntry && Index) in extract()265 IndexEntry = Index->getFromOffset(*offset_ptr); in extract()289 if (IndexEntry) { in extract()292 auto *UnitContrib = IndexEntry->getOffset(); in extract()295 auto *AbbrEntry = IndexEntry->getOffset(DW_SECT_ABBREV); in extract()[all …]
27 let IndexEntry; variable194 IndexEntry, property
17 const {Field, IndexEntry} = goog.require('protobuf.binary.field');
27 const {Field, IndexEntry} = goog.require('protobuf.binary.field');
56 const DWARFUnitIndex::Entry *IndexEntry = nullptr; variable93 const DWARFUnitIndex::Entry *getIndexEntry() const { return IndexEntry; } in getIndexEntry()509 if (auto IndexEntry = Header.getIndexEntry()) in getLineTableOffset() local510 if (const auto *Contrib = IndexEntry->getOffset(DW_SECT_LINE)) in getLineTableOffset()