Searched refs:InlinedEntity (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | DbgEntityHistoryCalculator.h | 75 using InlinedEntity = std::pair<const DINode *, const DILocation *>; variable 76 using EntriesMap = MapVector<InlinedEntity, Entries>; 82 bool startDbgValue(InlinedEntity Var, const MachineInstr &MI, 84 EntryIndex startClobber(InlinedEntity Var, const MachineInstr &MI); 86 Entry &getEntry(InlinedEntity Var, EntryIndex Index) { in getEntry() 106 using InlinedEntity = std::pair<const DINode *, const DILocation *>; 107 using InstrMap = MapVector<InlinedEntity, const MachineInstr *>; 113 void addInstr(InlinedEntity Label, const MachineInstr &MI);
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| HD | DbgEntityHistoryCalculator.cpp | 53 bool DbgValueHistoryMap::startDbgValue(InlinedEntity Var, in startDbgValue() 73 EntryIndex DbgValueHistoryMap::startClobber(InlinedEntity Var, in startClobber() 92 void DbgLabelInstrMap::addInstr(InlinedEntity Label, const MachineInstr &MI) { in addInstr() 100 using InlinedEntity = DbgValueHistoryMap::InlinedEntity; typedef 101 using RegDescribedVarsMap = std::map<unsigned, SmallVector<InlinedEntity, 1>>; 107 using DbgValueEntriesMap = std::map<InlinedEntity, SmallSet<EntryIndex, 1>>; 113 InlinedEntity Var) { in dropRegDescribedVar() 127 InlinedEntity Var) { in addRegDescribedVar() 136 static void clobberRegEntries(InlinedEntity Var, unsigned RegNo, in clobberRegEntries() 159 static void handleNewDebugValue(InlinedEntity Var, const MachineInstr &DV, in handleNewDebugValue() [all …]
|
| HD | DwarfDebug.h | 427 using InlinedEntity = DbgValueHistoryMap::InlinedEntity; variable 580 DenseSet<InlinedEntity> &ProcessedVars); 591 DenseSet<InlinedEntity> &P);
|
| HD | CodeViewDebug.h | 339 using InlinedEntity = DbgValueHistoryMap::InlinedEntity; variable 344 void collectVariableInfoFromMFTable(DenseSet<InlinedEntity> &Processed);
|
| HD | DwarfCompileUnit.h | 270 using InlinedEntity = DbgValueHistoryMap::InlinedEntity; variable
|
| HD | DwarfDebug.cpp | 1309 DwarfCompileUnit &TheCU, DenseSet<InlinedEntity> &Processed) { in collectVariableInfoFromMFTable() 1310 SmallDenseMap<InlinedEntity, DbgVariable *> MFVars; in collectVariableInfoFromMFTable() 1317 InlinedEntity Var(VI.Var, VI.Loc->getInlinedAt()); in collectVariableInfoFromMFTable() 1554 DenseSet<InlinedEntity> &Processed) { in collectEntityInfo() 1559 InlinedEntity IV = I.first; in collectEntityInfo() 1633 InlinedEntity IL = I.first; in collectEntityInfo() 1662 if (!Processed.insert(InlinedEntity(DN, nullptr)).second) in collectEntityInfo() 1877 DenseSet<InlinedEntity> Processed; in endFunctionImpl() 1902 if (!Processed.insert(InlinedEntity(DN, nullptr)).second) in endFunctionImpl()
|
| HD | CodeViewDebug.cpp | 1143 DenseSet<InlinedEntity> &Processed) { in collectVariableInfoFromMFTable() 1155 Processed.insert(InlinedEntity(VI.Var, VI.Loc->getInlinedAt())); in collectVariableInfoFromMFTable() 1297 DenseSet<InlinedEntity> Processed; in collectVariableInfo() 1302 InlinedEntity IV = I.first; in collectVariableInfo()
|