Home
last modified time | relevance | path

Searched refs:FirstRow (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp1056 uint64_t FirstRow = Results.front(); in emitDebugLineInfoForOriginalFunctions() local
1057 while (FirstRow > 0) { in emitDebugLineInfoForOriginalFunctions()
1058 const DWARFDebugLine::Row &PrevRow = LineTable->Rows[FirstRow - 1]; in emitDebugLineInfoForOriginalFunctions()
1061 --FirstRow; in emitDebugLineInfoForOriginalFunctions()
1067 .addLineTableSequence(LineTable, FirstRow, Results.back(), in emitDebugLineInfoForOriginalFunctions()
/llvm-project-15.0.7/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp590 SNodeId LastRow, LastCol, FirstRow, FirstCol, Row, Col; in getMatchingNodes() local
600 FirstRow = S1.getLeftMostDescendant(LastRow); in getMatchingNodes()
606 while (Row > FirstRow || Col > FirstCol) { in getMatchingNodes()
607 if (Row > FirstRow && in getMatchingNodes()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1230 RowIter FirstRow = Rows.begin() + Seq.FirstRowIndex; in findRowInSeq() local
1232 assert(FirstRow->Address.Address <= Row.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()