Searched refs:PrevRow (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DWARFCFIChecker/ |
| H A D | DWARFCFIAnalysis.cpp | 132 auto PrevRow = *MaybePrevRow; in update() local 161 checkCFADiff(Inst, PrevRow, NextRow, Reads, Writes); in update() 166 checkRegDiff(Inst, Reg, PrevRow, NextRow, Reads, Writes); in update() 171 const dwarf::UnwindRow &PrevRow, in checkRegDiff() argument 175 auto MaybePrevLoc = PrevRow.getRegisterLocations().getRegisterLocation(Reg); in checkRegDiff() 210 for (DWARFRegNum UsedReg : getUnwindRuleRegSet(PrevRow, Reg)) in checkRegDiff() 233 auto &&PrevRegSet = getUnwindRuleRegSet(PrevRow, Reg); in checkRegDiff() 261 const dwarf::UnwindRow &PrevRow, in checkCFADiff() argument 266 auto MaybePrevCFA = getCFARegOffsetInfo(PrevRow); in checkCFADiff()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFCFIChecker/ |
| H A D | DWARFCFIAnalysis.h | 86 const dwarf::UnwindRow &PrevRow, 91 void checkCFADiff(const MCInst &Inst, const dwarf::UnwindRow &PrevRow,
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | DwarfTransformer.cpp | 362 DWARFDebugLine::Row PrevRow; in convertFunctionLineTable() local 406 if (RowIndex != RowVector[0] && Row.Address < PrevRow.Address) { in convertFunctionLineTable() 444 PrevRow = DWARFDebugLine::Row(); in convertFunctionLineTable() 447 PrevRow = Row; in convertFunctionLineTable()
|