Home
last modified time | relevance | path

Searched refs:StartLine (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DLine.cpp14 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 DDIContext.h42 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 Dxray_powerpc64.cc35 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 DLine.h36 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 DCoverageExporterLcov.cpp59 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 Dwc.pl3 $i = $VI::StartLine;
H A Dforall.pl3 my ($i) = $VI::StartLine-1;
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexDiagnostic.cpp271 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 DVI.pod9 $i = $VI::StartLine;
41 =item * $StartLine
256 my ($i) = $VI::StartLine-1;
H A Dnviperl.pod22 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 DDIPrinter.cpp154 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 DMemory.inc241 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 DDWARFContext.cpp1041 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 Dllvm-symbolizer.rst294 "StartLine": 9
304 "StartLine": 14
320 "StartLine": 5
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentParser.cpp521 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 DProfiledBinary.cpp441 LineLocation Line(CallerFrame.Line - CallerFrame.StartLine, in symbolize()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3109 unsigned StartLine = SM.getExpansionLineNumber(Start); in populateExecutedLinesWithFunctionSignature() local
3113 for (unsigned Line = StartLine; Line <= EndLine; Line++) in populateExecutedLinesWithFunctionSignature()