Home
last modified time | relevance | path

Searched refs:EntryIndex (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDbgEntityHistoryCalculator.h49 typedef size_t EntryIndex; typedef
53 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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp36 using EntryIndex = DbgValueHistoryMap::EntryIndex; typedef
72 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 …]
H A DDwarfDebug.cpp1703 std::pair<DbgValueHistoryMap::EntryIndex, DbgValueLoc>; in buildLocationList()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp188 uint64_t EntryIndex = 0; in emitDebugRanges() local
194 Twine(EntryIndex) + in emitDebugRanges()
217 ++EntryIndex; in emitDebugRanges()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp389 for (const auto &[EntryRec, EntryIndex] : Entries) { in emitLookupFunction()
401 OS << ", " << EntryIndex << " },\n"; in emitLookupFunction()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp2060 int EntryIndex = -1; in createDisplayGraph() local
2064 EntryIndex = Index; in createDisplayGraph()
2068 assert(EntryIndex >= 0 && "Expected entry node index to be set."); in createDisplayGraph()
2069 G.setEntryNode(EntryIndex); in createDisplayGraph()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp357 unsigned EntryIndex; member
780 CurrBlockInfo->EntryIndex = getContextIndex(); in traverseCFG()
1614 CtxIndex(Info.EntryIndex) {} in BuildLockset()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp870 size_t EntryIndex = (reinterpret_cast<uintptr_t>(&Sym) - in getSymbolVersion() local
876 Obj.template getEntry<Elf_Versym>(*SymbolVersionSection, EntryIndex); in getSymbolVersion()