Searched refs:LastLine (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp46 int64_t LastLine = FirstLine + PrintSourceContext; local
47 size_t MaxLineNumberWidth = std::ceil(std::log10(LastLine));
50 !I.is_at_eof() && I.line_number() <= LastLine; ++I) {
52 if (L >= FirstLine && L <= LastLine) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h363 uint32_t LastLine = 0; member in struct:llvm::FileInfo::LineData
371 if (Line > LineInfo[Filename].LastLine)
372 LineInfo[Filename].LastLine = Line;
378 if (Line > LineInfo[Filename].LastLine)
379 LineInfo[Filename].LastLine = Line;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp500 unsigned LastLine = 1; local
570 int64_t LineDelta = int64_t(Row.Line) - LastLine;
577 LastLine = Row.Line;
596 LastLine = FileNum = IsStatement = 1;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp485 LineInfo LastLine(Group.LineNumbers.back().Flags);
488 Entries.push_back({VA, LastLine, ColNum, Group.NameIndex, true});
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp647 for (uint32_t LineIndex = 0; LineIndex < Line.LastLine || !AllLines.empty();
752 for (uint32_t lineNum = 0; lineNum != line.LastLine; ++lineNum) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp171 unsigned LastLine = 1; local
180 int64_t LineDelta = static_cast<int64_t>(LineEntry.getLine()) - LastLine;
227 LastLine = LineEntry.getLine();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1113 bool LastLine = Line->First->is(tok::eof);
1115 LastLine ? LastStartColumn : NextStartColumn + Indent);

Completed in 166 milliseconds