/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/ |
H A D | DIContext.h | 43 uint32_t StartLine = 0; member 56 StartFileName == RHS.StartFileName && StartLine == RHS.StartLine && 64 StartLine, Discriminator) < 66 RHS.Column, RHS.StartLine, RHS.Discriminator); 81 OS << "start line " << StartLine << '\n'; in dump()
|
/openbsd/gnu/llvm/compiler-rt/lib/xray/ |
H A D | xray_powerpc64.cpp | 34 const intptr_t StartLine = ((intptr_t)Addr) & Mask; in clearCache() local 37 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize) in clearCache() 41 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize) in clearCache()
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | Line.h | 35 LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement); 97 Line(int32_t CodeOffset, uint32_t StartLine, uint32_t EndLine, in Line() argument 99 : CodeOffset(CodeOffset), LineInf(StartLine, EndLine, IsStatement), in Line()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/Symbolize/ |
H A D | DIPrinter.cpp | 152 if (Info.StartLine) { in printVerbose() 154 OS << " Function start line: " << Info.StartLine << '\n'; in printVerbose() 308 {"StartLine", LineInfo.StartLine}, in print()
|
/openbsd/gnu/llvm/llvm/lib/Support/Unix/ |
H A D | Memory.inc | 230 const intptr_t StartLine = ((intptr_t)Addr) & Mask; 233 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize) 237 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 1182 std::string &FunctionName, std::string &StartFile, uint32_t &StartLine, in getFunctionNameAndStartLineForAddress() argument 1205 StartLine = DeclLineResult; in getFunctionNameAndStartLineForAddress() 1319 Result.StartFileName, Result.StartLine, Result.StartAddress); in getLineInfoForAddress() 1353 uint32_t StartLine = 0; in getLineInfoForAddressRange() local 1359 StartFileName, StartLine, StartAddress); in getLineInfoForAddressRange() 1367 Result.StartLine = StartLine; in getLineInfoForAddressRange() 1392 Result.StartLine = StartLine; in getLineInfoForAddressRange() 1434 Frame.StartLine = DeclLineResult; in getInliningInfoForAddress()
|
/openbsd/gnu/llvm/llvm/docs/CommandGuide/ |
H A D | llvm-symbolizer.rst | 369 "StartLine": 9 379 "StartLine": 14 395 "StartLine": 5
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | CommentParser.cpp | 506 const unsigned StartLine = SourceMgr.getPresumedLineNumber( in parseHTMLStartTag() local 513 if (StartLineInvalid || EndLineInvalid || StartLine == EndLine) in parseHTMLStartTag()
|
/openbsd/gnu/llvm/llvm/lib/ProfileData/ |
H A D | RawMemProfReader.cpp | 427 const Frame F(Guid, DIFrame.Line - DIFrame.StartLine, DIFrame.Column, in symbolizeAndFilterStackFrames()
|
/openbsd/gnu/llvm/llvm/tools/llvm-profgen/ |
H A D | ProfiledBinary.cpp | 877 uint32_t LineOffset = (CallerFrame.Line - CallerFrame.StartLine) & 0xffff; in symbolize()
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 3141 unsigned StartLine = SM.getExpansionLineNumber(Start); in populateExecutedLinesWithFunctionSignature() local 3145 for (unsigned Line = StartLine; Line <= EndLine; Line++) in populateExecutedLinesWithFunctionSignature()
|