Searched refs:LastLine (Results 1 – 5 of 5) sorted by relevance
57 for (int64_t L = 1; L <= LastLine; ++L, ++Pos) { in pruneSource()75 const int64_t LastLine; member in llvm::symbolize::SourceCode83 LastLine(FirstLine + Lines - 1), in SourceCode()89 size_t MaxLineNumberWidth = std::ceil(std::log10(LastLine)); in format()
526 unsigned LastLine = 1; in emitLineTableForUnit() local596 int64_t LineDelta = int64_t(Row.Line) - LastLine; in emitLineTableForUnit()603 LastLine = Row.Line; in emitLineTableForUnit()622 LastLine = FileNum = IsStatement = 1; in emitLineTableForUnit()
508 LineInfo LastLine(Group.LineNumbers.back().Flags); in findLineTable() local510 Entries.push_back({EndAddr, LastLine, ColNum, Group.NameIndex, true}); in findLineTable()
169 unsigned LastLine = 1; in emitDwarfLineTable() local178 int64_t LineDelta = static_cast<int64_t>(LineEntry.getLine()) - LastLine; in emitDwarfLineTable()225 LastLine = LineEntry.getLine(); in emitDwarfLineTable()
1175 bool LastLine = Line->First->is(tok::eof); in format() local1177 LastLine ? LastStartColumn : NextStartColumn + Indent); in format()