Searched refs:LastLine (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | DIPrinter.cpp | 55 for (int64_t L = 1; L <= LastLine; ++L, ++Pos) { in pruneSource() 73 const int64_t LastLine; member in llvm::symbolize::SourceCode 81 LastLine(FirstLine + Lines - 1), in SourceCode() 87 size_t MaxLineNumberWidth = std::ceil(std::log10(LastLine)); in format()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DebugLineSectionEmitter.h | 316 unsigned LastLine = 1; in emitLineTableRows() local 382 int64_t LineDelta = int64_t(Row.Line) - LastLine; in emitLineTableRows() 389 LastLine = Row.Line; in emitLineTableRows() 406 LastLine = FileNum = IsStatement = 1; in emitLineTableRows()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFStreamer.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.cpp | 1062 unsigned LastLine = 1; in emitLineTableRows() local 1142 int64_t LineDelta = int64_t(Row.Line) - LastLine; in emitLineTableRows() 1150 LastLine = Row.Line; in emitLineTableRows() 1169 LastLine = FileNum = IsStatement = 1; in emitLineTableRows()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | SymbolCache.cpp | 513 LineInfo LastLine(Group.LineNumbers.back().Flags); in findLineTable() local 515 Entries.push_back({EndAddr, LastLine, ColNum, Group.NameIndex, true}); in findLineTable()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 174 unsigned FileNum, LastLine, Column, Flags, Isa, Discriminator; in emitOne() local 178 LastLine = 1; in emitOne() 200 int64_t LineDelta = static_cast<int64_t>(LineEntry.getLine()) - LastLine; in emitOne() 244 LastLine = LineEntry.getLine(); in emitOne()
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | UnwrappedLineFormatter.cpp | 1389 bool LastLine = TheLine.First->is(tok::eof); in format() local 1391 LastLine ? LastStartColumn : NextStartColumn + Indent); in format()
|
| H A D | UnwrappedLineParser.cpp | 857 auto &LastLine = CurrentLines->back(); in parseBlock() local 858 if (LastLine.Level == InitialLevel + 1 && !mightFitOnOneLine(LastLine)) in parseBlock()
|