Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp590 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 DDWARFDebugLine.cpp1231 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 DDebugData.h1160 uint32_t FirstRow, uint32_t LastRow, in addLineTableSequence() argument
1166 RowSequence{FirstRow, LastRow, EndOfSequenceAddress}); in addLineTableSequence()