Home
last modified time | relevance | path

Searched refs:PrevRow (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFCFIChecker/
H A DDWARFCFIAnalysis.cpp132 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 DDWARFCFIAnalysis.h86 const dwarf::UnwindRow &PrevRow,
91 void checkCFADiff(const MCInst &Inst, const dwarf::UnwindRow &PrevRow,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp362 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()