| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| H A D | Line.cpp | 14 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) { in LineInfo() argument 15 LineData = StartLine & StartLineMask; in LineInfo() 16 uint32_t LineDelta = EndLine - StartLine; in LineInfo()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/ |
| H A D | DIContext.h | 42 uint32_t StartLine = 0; member 55 StartFileName == RHS.StartFileName && StartLine == RHS.StartLine && 65 StartLine, Discriminator) < 67 RHS.Column, RHS.StartLine, RHS.Discriminator); 82 OS << "start line " << StartLine << '\n'; in dump()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
| H A D | xray_powerpc64.cc | 35 const intptr_t StartLine = ((intptr_t)Addr) & Mask; in clearCache() local 38 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize) in clearCache() 42 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize) in clearCache()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | Line.h | 36 LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement); 98 Line(int32_t CodeOffset, uint32_t StartLine, uint32_t EndLine, in Line() argument 100 : CodeOffset(CodeOffset), LineInf(StartLine, EndLine, IsStatement), in Line()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
| H A D | CoverageExporterLcov.cpp | 59 auto StartLine = F.CountedRegions.front().LineStart; in renderFunctions() local 60 OS << "FN:" << StartLine << ',' << F.Name << '\n'; in renderFunctions()
|
| /netbsd-src/external/bsd/nvi/dist/perl_scripts/ |
| H A D | wc.pl | 3 $i = $VI::StartLine;
|
| H A D | forall.pl | 3 my ($i) = $VI::StartLine-1;
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CIndexDiagnostic.cpp | 271 unsigned StartLine, StartColumn, EndLine, EndColumn; in clang_formatDiagnostic() local 273 &StartFile, &StartLine, &StartColumn, in clang_formatDiagnostic() 281 Out << "{" << StartLine << ":" << StartColumn << "-" in clang_formatDiagnostic()
|
| /netbsd-src/external/bsd/nvi/dist/perl_api/ |
| H A D | VI.pod | 9 $i = $VI::StartLine; 41 =item * $StartLine 256 my ($i) = $VI::StartLine-1;
|
| H A D | nviperl.pod | 22 The C<$VI::ScreenId>, C<$VI::StartLine> and C<$VI::StopLine> are set.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/ |
| H A D | DIPrinter.cpp | 154 if (Info.StartLine) { in printVerbose() 156 OS << " Function start line: " << Info.StartLine << '\n'; in printVerbose() 306 {"StartLine", LineInfo.StartLine}, in print()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/ |
| H A D | Memory.inc | 241 const intptr_t StartLine = ((intptr_t) Addr) & Mask; 244 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize) 248 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 1041 std::string &FunctionName, std::string &StartFile, uint32_t &StartLine, in getFunctionNameAndStartLineForAddress() argument 1064 StartLine = DeclLineResult; in getFunctionNameAndStartLineForAddress() 1237 Result.StartFileName, Result.StartLine, Result.StartAddress); in getLineInfoForAddress() 1255 uint32_t StartLine = 0; in getLineInfoForAddressRange() local 1261 StartFileName, StartLine, StartAddress); in getLineInfoForAddressRange() 1269 Result.StartLine = StartLine; in getLineInfoForAddressRange() 1294 Result.StartLine = StartLine; in getLineInfoForAddressRange() 1336 Frame.StartLine = DeclLineResult; in getInliningInfoForAddress()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
| H A D | llvm-symbolizer.rst | 294 "StartLine": 9 304 "StartLine": 14 320 "StartLine": 5
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | CommentParser.cpp | 521 const unsigned StartLine = SourceMgr.getPresumedLineNumber( in parseHTMLStartTag() local 528 if (StartLineInvalid || EndLineInvalid || StartLine == EndLine) in parseHTMLStartTag()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/ |
| H A D | ProfiledBinary.cpp | 441 LineLocation Line(CallerFrame.Line - CallerFrame.StartLine, in symbolize()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 3109 unsigned StartLine = SM.getExpansionLineNumber(Start); in populateExecutedLinesWithFunctionSignature() local 3113 for (unsigned Line = StartLine; Line <= EndLine; Line++) in populateExecutedLinesWithFunctionSignature()
|