Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DDbgEntityHistoryCalculator.h96 using InlinedEntity = std::pair<const DINode *, const DILocation *>; variable
97 using EntriesMap = MapVector<InlinedEntity, Entries>;
103 bool startDbgValue(InlinedEntity Var, const MachineInstr &MI,
105 EntryIndex startClobber(InlinedEntity Var, const MachineInstr &MI);
107 Entry &getEntry(InlinedEntity Var, EntryIndex Index) { in getEntry()
134 using InlinedEntity = std::pair<const DINode *, const DILocation *>;
135 using InstrMap = MapVector<InlinedEntity, const MachineInstr *>;
141 void addInstr(InlinedEntity Label, const MachineInstr &MI);
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp70 bool DbgValueHistoryMap::startDbgValue(InlinedEntity Var, in startDbgValue()
90 EntryIndex DbgValueHistoryMap::startClobber(InlinedEntity Var, in startClobber()
146 InlinedEntity Entity = Record.first; in trimLocationRanges()
284 using InlinedEntity = DbgValueHistoryMap::InlinedEntity; typedef
297 InlinedEntity Var) { in dropRegDescribedVar()
311 InlinedEntity Var) { in addRegDescribedVar()
322 static void clobberRegEntries(InlinedEntity Var, unsigned RegNo, in clobberRegEntries()
363 static void handleNewDebugValue(InlinedEntity Var, const MachineInstr &DV, in handleNewDebugValue()
468 InlinedEntity Var(RawVar, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory()
479 InlinedEntity L(RawLabel, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory()
[all …]
H A DDwarfDebug.h455 using InlinedEntity = DbgValueHistoryMap::InlinedEntity; variable
611 DenseSet<InlinedEntity> &ProcessedVars);
622 DenseSet<InlinedEntity> &P);
H A DCodeViewDebug.h358 using InlinedEntity = DbgValueHistoryMap::InlinedEntity; variable
363 void collectVariableInfoFromMFTable(DenseSet<InlinedEntity> &Processed);
H A DDwarfCompileUnit.h271 using InlinedEntity = DbgValueHistoryMap::InlinedEntity; variable
H A DDwarfDebug.cpp1510 DwarfCompileUnit &TheCU, DenseSet<InlinedEntity> &Processed) { in collectVariableInfoFromMFTable()
1511 SmallDenseMap<InlinedEntity, DbgVariable *> MFVars; in collectVariableInfoFromMFTable()
1519 InlinedEntity Var(VI.Var, VI.Loc->getInlinedAt()); in collectVariableInfoFromMFTable()
1832 DenseSet<InlinedEntity> &Processed) { in collectEntityInfo()
1837 InlinedEntity IV = I.first; in collectEntityInfo()
1914 InlinedEntity IL = I.first; in collectEntityInfo()
1943 if (!Processed.insert(InlinedEntity(DN, nullptr)).second) in collectEntityInfo()
2213 DenseSet<InlinedEntity> Processed; in endFunctionImpl()
2240 if (!Processed.insert(InlinedEntity(DN, nullptr)).second) in endFunctionImpl()
H A DCodeViewDebug.cpp1258 DenseSet<InlinedEntity> &Processed) { in collectVariableInfoFromMFTable()
1270 Processed.insert(InlinedEntity(VI.Var, VI.Loc->getInlinedAt())); in collectVariableInfoFromMFTable()
1409 DenseSet<InlinedEntity> Processed; in collectVariableInfo()
1414 InlinedEntity IV = I.first; in collectVariableInfo()