Home
last modified time | relevance | path

Searched refs:FirstLine (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp49 int64_t FirstLine = in printContext() local
51 int64_t LastLine = FirstLine + PrintSourceContext; in printContext()
57 if (L >= FirstLine && L <= LastLine) { in printContext()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolData.cpp37 if (auto FirstLine = Lines->getNext()) in getCompilandId() local
38 return FirstLine->getCompilandId(); in getCompilandId()
H A DPDBSymbolFunc.cpp107 if (auto FirstLine = Lines->getNext()) { in getCompilandId() local
108 return FirstLine->getCompilandId(); in getCompilandId()
/freebsd-12.1/contrib/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp206 unsigned FirstLine = StartSegment != EndSegment ? StartSegment->Line : 0; in print() local
214 else if (LI.line_number() < FirstLine) in print()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1038 bool FirstLine = true; in format() local
1041 Line; Line = NextLine, FirstLine = false) { in format()
1084 FirstLine ? FirstStartColumn : 0, DryRun); in format()
1088 FirstLine ? FirstStartColumn : 0, DryRun); in format()
1092 FirstLine ? FirstStartColumn : 0, DryRun); in format()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1959 if (auto FirstLine = Lines->getNext()) in GetCompilandId() local
1960 return FirstLine->getCompilandId(); in GetCompilandId()