Searched refs:IndexEntry (Results 1 – 5 of 5) sorted by relevance
77 const DWARFUnitIndex::Entry *IndexEntry) in addUnitsImpl()89 if (!IndexEntry && IsDWO) { in addUnitsImpl()94 IndexEntry = Index.getFromHash(Header.getTypeHash()); in addUnitsImpl()96 IndexEntry = Index.getFromHash(*DWOId); in addUnitsImpl()98 if (!IndexEntry) in addUnitsImpl()99 IndexEntry = Index.getFromOffset(Header.getOffset()); in addUnitsImpl()101 if (IndexEntry) { in addUnitsImpl()102 if (Error ApplicationErr = Header.applyIndexEntry(IndexEntry)) { in addUnitsImpl()260 IndexEntry = nullptr; in extract()343 assert(!IndexEntry); in applyIndexEntry()[all …]
65 const DWARFUnitIndex::Entry *IndexEntry = nullptr; variable107 const DWARFUnitIndex::Entry *getIndexEntry() const { return IndexEntry; } in getIndexEntry()558 if (auto IndexEntry = Header.getIndexEntry()) in getLineTableOffset() local559 if (const auto *Contrib = IndexEntry->getContribution(DW_SECT_LINE)) in getLineTableOffset()
832 struct IndexEntry { struct837 IndexEntry *parentEntry; argument849 SmallVector<IndexEntry *, 0> indexEntries; argument852 llvm::pointee_iterator<typename SmallVector<IndexEntry *, 0>::iterator>>
2841 static Expected<DebugNamesBaseSection::IndexEntry *>2845 auto ie = makeThreadLocal<DebugNamesBaseSection::IndexEntry>(); in readEntry()2922 DenseMap<uint32_t, IndexEntry *> offsetMap; in parseDebugNames()2962 Expected<IndexEntry *> ieOrErr = in parseDebugNames()2973 for (IndexEntry &ie : ne.entries()) in parseDebugNames()2981 for (IndexEntry &ie : ne.entries()) in parseDebugNames()3132 for (IndexEntry &ie : ne.entries()) { in computeEntryPool()3162 for (IndexEntry &ie : ne.entries()) { in computeEntryPool()3178 for (IndexEntry &ie : ne.entries()) in computeEntryPool()3187 for (IndexEntry &ie : ne.entries()) { in computeEntryPool()[all …]
8122 struct IndexEntry { in printMachOUnwindInfoSection() struct8128 SmallVector<IndexEntry, 4> IndexEntries; in printMachOUnwindInfoSection()8133 IndexEntry Entry; in printMachOUnwindInfoSection()