Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DDbgEntityHistoryCalculator.h50 typedef size_t EntryIndex; typedef
54 static const EntryIndex NoEntry = std::numeric_limits<EntryIndex>::max();
83 EntryIndex getEndIndex() const { return EndIndex; } in getEndIndex()
90 void endEntry(EntryIndex EndIndex);
94 EntryIndex EndIndex;
105 EntryIndex &NewIndex);
106 EntryIndex startClobber(InlinedEntity Var, const MachineInstr &MI);
108 Entry &getEntry(InlinedEntity Var, EntryIndex Index) { in getEntry()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp37 using EntryIndex = DbgValueHistoryMap::EntryIndex; typedef
73 EntryIndex &NewIndex) { in startDbgValue()
91 EntryIndex DbgValueHistoryMap::startClobber(InlinedEntity Var, in startClobber()
102 void DbgValueHistoryMap::Entry::endEntry(EntryIndex Index) { in endEntry()
134 SmallVector<EntryIndex, 4> ToRemove; in trimLocationRanges()
178 EntryIndex StartIndex = 0; in trimLocationRanges()
187 EntryIndex EndIndex = EI->getEndIndex(); in trimLocationRanges()
292 using DbgValueEntriesMap = std::map<InlinedEntity, SmallSet<EntryIndex, 1>>;
328 EntryIndex ClobberIndex = HistMap.startClobber(Var, ClobberingInstr); in clobberRegEntries()
330 SmallVector<EntryIndex, 4> IndicesToErase; in clobberRegEntries()
[all …]
H A DDwarfDebug.cpp1667 std::pair<DbgValueHistoryMap::EntryIndex, DbgValueLoc>; in buildLocationList()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp191 uint64_t EntryIndex = 0; in emitDebugRanges() local
197 Twine(EntryIndex) + in emitDebugRanges()
220 ++EntryIndex; in emitDebugRanges()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafety.cpp350 unsigned EntryIndex; member
777 CurrBlockInfo->EntryIndex = getContextIndex(); in traverseCFG()
1614 LVarCtx(Info.EntryContext), CtxIndex(Info.EntryIndex) {} in BuildLockset()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp754 size_t EntryIndex = (reinterpret_cast<uintptr_t>(&Sym) - in getSymbolVersion() local
760 Obj.template getEntry<Elf_Versym>(*SymbolVersionSection, EntryIndex); in getSymbolVersion()