Searched refs:EntryIndex (Results 1 – 6 of 6) sorted by relevance
49 typedef size_t EntryIndex; typedef53 static const EntryIndex NoEntry = std::numeric_limits<EntryIndex>::max();82 EntryIndex getEndIndex() const { return EndIndex; } in getEndIndex()89 void endEntry(EntryIndex EndIndex);93 EntryIndex EndIndex;104 EntryIndex &NewIndex);105 EntryIndex startClobber(InlinedEntity Var, const MachineInstr &MI);107 Entry &getEntry(InlinedEntity Var, EntryIndex Index) { in getEntry()
36 using EntryIndex = DbgValueHistoryMap::EntryIndex; typedef72 EntryIndex &NewIndex) { in startDbgValue()90 EntryIndex DbgValueHistoryMap::startClobber(InlinedEntity Var, in startClobber()101 void DbgValueHistoryMap::Entry::endEntry(EntryIndex Index) { in endEntry()133 SmallVector<EntryIndex, 4> ToRemove; in trimLocationRanges()180 EntryIndex StartIndex = 0; in trimLocationRanges()189 EntryIndex EndIndex = EI->getEndIndex(); in trimLocationRanges()259 for (EntryIndex Idx : llvm::reverse(ToRemove)) in trimLocationRanges()298 using DbgValueEntriesMap = std::map<InlinedEntity, SmallSet<EntryIndex, 1>>;334 EntryIndex ClobberIndex = HistMap.startClobber(Var, ClobberingInstr); in clobberRegEntries()[all …]
1693 std::pair<DbgValueHistoryMap::EntryIndex, DbgValueLoc>; in buildLocationList()
192 uint64_t EntryIndex = 0; in emitDebugRanges() local198 Twine(EntryIndex) + in emitDebugRanges()221 ++EntryIndex; in emitDebugRanges()
2067 int EntryIndex = -1; in createDisplayGraph() local2071 EntryIndex = Index; in createDisplayGraph()2075 assert(EntryIndex >= 0 && "Expected entry node index to be set."); in createDisplayGraph()2076 G.setEntryNode(EntryIndex); in createDisplayGraph()
869 size_t EntryIndex = (reinterpret_cast<uintptr_t>(&Sym) - in getSymbolVersion() local875 Obj.template getEntry<Elf_Versym>(*SymbolVersionSection, EntryIndex); in getSymbolVersion()