Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
177 EntryIndex StartIndex = 0; in trimLocationRanges()
186 EntryIndex EndIndex = EI->getEndIndex(); in trimLocationRanges()
254 for (EntryIndex Idx : llvm::reverse(ToRemove)) in trimLocationRanges()
291 using DbgValueEntriesMap = std::map<InlinedEntity, SmallSet<EntryIndex, 1>>;
327 EntryIndex ClobberIndex = HistMap.startClobber(Var, ClobberingInstr); in clobberRegEntries()
[all …]
H A DDwarfDebug.cpp1676 std::pair<DbgValueHistoryMap::EntryIndex, DbgValueLoc>; in buildLocationList()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp192 uint64_t EntryIndex = 0; in emitDebugRanges() local
198 Twine(EntryIndex) + in emitDebugRanges()
221 ++EntryIndex; in emitDebugRanges()
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1721 int EntryIndex = -1; in createDisplayGraph() local
1725 EntryIndex = Index; in createDisplayGraph()
1729 assert(EntryIndex >= 0 && "Expected entry node index to be set."); in createDisplayGraph()
1730 G.setEntryNode(EntryIndex); in createDisplayGraph()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DThreadSafety.cpp347 unsigned EntryIndex; member
771 CurrBlockInfo->EntryIndex = getContextIndex(); in traverseCFG()
1560 LVarCtx(Info.EntryContext), CtxIndex(Info.EntryIndex) {} in BuildLockset()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp790 size_t EntryIndex = (reinterpret_cast<uintptr_t>(&Sym) - in getSymbolVersion() local
796 Obj.template getEntry<Elf_Versym>(*SymbolVersionSection, EntryIndex); in getSymbolVersion()