Searched defs:IndexEntry (Results 1 – 5 of 5) sorted by relevance
23 struct IndexEntry { struct24 uint16_t type : 2;25 uint16_t pos : 14;
38 struct IndexEntry { struct39 IndexType type;40 int pos;
27 let IndexEntry; variable194 IndexEntry, property
56 const DWARFUnitIndex::Entry *IndexEntry = nullptr; variable509 if (auto IndexEntry = Header.getIndexEntry()) in getLineTableOffset() local
72 -> std::unique_ptr<DWARFUnit> { in addUnitsImpl()186 if (auto *IndexEntry = Header.getIndexEntry()) in DWARFUnit() local967 auto IndexEntry = Header.getIndexEntry(); in determineStringOffsetsTableContributionDWO() local