Home
last modified time | relevance | path

Searched refs:DbgValueHistoryMap (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DDbgEntityHistoryCalculator.cpp36 using EntryIndex = DbgValueHistoryMap::EntryIndex;
70 bool DbgValueHistoryMap::startDbgValue(InlinedEntity Var, in startDbgValue()
90 EntryIndex DbgValueHistoryMap::startClobber(InlinedEntity Var, in startClobber()
101 void DbgValueHistoryMap::Entry::endEntry(EntryIndex Index) { in endEntry()
129 void DbgValueHistoryMap::trimLocationRanges( in trimLocationRanges()
259 bool DbgValueHistoryMap::hasNonEmptyLocation(const Entries &Entries) const { in hasNonEmptyLocation()
284 using InlinedEntity = DbgValueHistoryMap::InlinedEntity;
325 DbgValueHistoryMap &HistMap, in clobberRegEntries()
366 DbgValueHistoryMap &HistMap) { in handleNewDebugValue()
420 DbgValueHistoryMap &HistMap, in clobberRegisterUses()
[all …]
DCodeViewDebug.h246 const DbgValueHistoryMap::Entries &Entries);
359 using InlinedEntity = DbgValueHistoryMap::InlinedEntity;
DDwarfDebug.h457 using InlinedEntity = DbgValueHistoryMap::InlinedEntity;
620 const DbgValueHistoryMap::Entries &Entries);
DDwarfCompileUnit.h272 using InlinedEntity = DbgValueHistoryMap::InlinedEntity;
DDebugHandlerBase.cpp311 [&](DbgValueHistoryMap::Entry Pred) { in beginFunction()
DDwarfDebug.cpp1674 const DbgValueHistoryMap::Entries &Entries) { in buildLocationList()
1676 std::pair<DbgValueHistoryMap::EntryIndex, DbgValueLoc>; in buildLocationList()
DCodeViewDebug.cpp1329 LocalVariable &Var, const DbgValueHistoryMap::Entries &Entries) { in calculateRanges()
1398 if (Entry.getEndIndex() != DbgValueHistoryMap::NoEntry) { in calculateRanges()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DDbgEntityHistoryCalculator.h46 class DbgValueHistoryMap {
73 friend DbgValueHistoryMap; variable
151 DbgValueHistoryMap &DbgValues,
DDebugHandlerBase.h85 DbgValueHistoryMap DbgValues;