Home
last modified time | relevance | path

Searched refs:LastLine (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp57 for (int64_t L = 1; L <= LastLine; ++L, ++Pos) { in pruneSource()
75 const int64_t LastLine; member in llvm::symbolize::SourceCode
83 LastLine(FirstLine + Lines - 1), in SourceCode()
89 size_t MaxLineNumberWidth = std::ceil(std::log10(LastLine)); in format()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DTestSupport.cpp169 size_t LastLine = Source.find_last_of("\r\n"); in getLineColumn() local
171 (LastLine == StringRef::npos ? Offset : Offset - LastLine) + 1}; in getLineColumn()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp526 unsigned LastLine = 1; in emitLineTableForUnit() local
596 int64_t LineDelta = int64_t(Row.Line) - LastLine; in emitLineTableForUnit()
603 LastLine = Row.Line; in emitLineTableForUnit()
622 LastLine = FileNum = IsStatement = 1; in emitLineTableForUnit()
/netbsd-src/external/bsd/nvi/dist/perl_api/
H A Dperl.xs737 # Perl Command: VI::LastLine
738 # Usage: VI::LastLine screenId
741 LastLine(screen)
H A DVI.pod111 =item * LastLine
113 VI::LastLine(screenId);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp508 LineInfo LastLine(Group.LineNumbers.back().Flags); in findLineTable() local
510 Entries.push_back({EndAddr, LastLine, ColNum, Group.NameIndex, true}); in findLineTable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCDwarf.cpp169 unsigned LastLine = 1; in emitDwarfLineTable() local
178 int64_t LineDelta = static_cast<int64_t>(LineEntry.getLine()) - LastLine; in emitDwarfLineTable()
225 LastLine = LineEntry.getLine(); in emitDwarfLineTable()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1160 bool LastLine = Line->First->is(tok::eof); in format() local
1162 LastLine ? LastStartColumn : NextStartColumn + Indent); in format()