Searched refs:LastRow (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Tooling/ASTDiff/ |
| H A D | ASTDiff.cpp | 590 SNodeId LastRow, LastCol, FirstRow, FirstCol, Row, Col; in getMatchingNodes() local 591 std::tie(LastRow, LastCol) = TreePairs.back(); in getMatchingNodes() 595 computeForestDist(LastRow, LastCol); in getMatchingNodes() 600 FirstRow = S1.getLeftMostDescendant(LastRow); in getMatchingNodes() 603 Row = LastRow; in getMatchingNodes() 616 if (LMD1 == S1.getLeftMostDescendant(LastRow) && in getMatchingNodes()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.cpp | 1231 RowIter LastRow = Rows.begin() + Seq.LastRowIndex; in findRowInSeq() local 1233 Row.Address.Address < LastRow[-1].Address.Address); in findRowInSeq() 1234 RowIter RowPos = std::upper_bound(FirstRow + 1, LastRow - 1, Row, in findRowInSeq()
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | DebugData.h | 1160 uint32_t FirstRow, uint32_t LastRow, in addLineTableSequence() argument 1166 RowSequence{FirstRow, LastRow, EndOfSequenceAddress}); in addLineTableSequence()
|