Searched refs:InlinedEntity (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | DbgEntityHistoryCalculator.h | 96 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 D | DbgEntityHistoryCalculator.cpp | 70 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 D | DwarfDebug.h | 455 using InlinedEntity = DbgValueHistoryMap::InlinedEntity; variable 611 DenseSet<InlinedEntity> &ProcessedVars); 622 DenseSet<InlinedEntity> &P);
|
| H A D | CodeViewDebug.h | 358 using InlinedEntity = DbgValueHistoryMap::InlinedEntity; variable 363 void collectVariableInfoFromMFTable(DenseSet<InlinedEntity> &Processed);
|
| H A D | DwarfCompileUnit.h | 271 using InlinedEntity = DbgValueHistoryMap::InlinedEntity; variable
|
| H A D | DwarfDebug.cpp | 1510 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 D | CodeViewDebug.cpp | 1258 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()
|