Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp36 using EntryIndex = DbgValueHistoryMap::EntryIndex; typedef
72 EntryIndex &NewIndex) { in startDbgValue()
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()
336 SmallVector<EntryIndex, 4> IndicesToErase; in clobberRegEntries()
374 EntryIndex NewIndex; in handleNewDebugValue()
380 SmallVector<EntryIndex, 4> IndicesToErase; in handleNewDebugValue()
[all …]
H A DDwarfDebug.cpp1693 std::pair<DbgValueHistoryMap::EntryIndex, DbgValueLoc>; in buildLocationList()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp192 uint64_t EntryIndex = 0; in emitDebugRanges() local
198 Twine(EntryIndex) + in emitDebugRanges()
221 ++EntryIndex; in emitDebugRanges()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1975 int EntryIndex = -1; in createDisplayGraph() local
1979 EntryIndex = Index; in createDisplayGraph()
1983 assert(EntryIndex >= 0 && "Expected entry node index to be set."); in createDisplayGraph()
1984 G.setEntryNode(EntryIndex); in createDisplayGraph()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp347 unsigned EntryIndex; member
770 CurrBlockInfo->EntryIndex = getContextIndex(); in traverseCFG()
1575 CtxIndex(Info.EntryIndex) {} in BuildLockset()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp854 size_t EntryIndex = (reinterpret_cast<uintptr_t>(&Sym) - in getSymbolVersion() local
860 Obj.template getEntry<Elf_Versym>(*SymbolVersionSection, EntryIndex); in getSymbolVersion()