Searched refs:StartLine (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/ |
| H A D | Line.cpp | 15 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) { in LineInfo() argument 16 LineData = StartLine & StartLineMask; in LineInfo() 17 uint32_t LineDelta = EndLine - StartLine; in LineInfo()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/ |
| H A D | DIContext.h | 37 uint32_t StartLine = 0; member 47 StartLine == RHS.StartLine && Discriminator == RHS.Discriminator; 55 return std::tie(FileName, FunctionName, Line, Column, StartLine, 58 RHS.StartLine, RHS.Discriminator); 71 OS << "start line " << StartLine << '\n'; in dump()
|
| /freebsd-12.1/contrib/compiler-rt/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()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | Line.h | 37 LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement); 99 Line(int32_t CodeOffset, uint32_t StartLine, uint32_t EndLine, in Line() argument 101 : CodeOffset(CodeOffset), LineInf(StartLine, EndLine, IsStatement), in Line()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/Symbolize/ |
| H A D | DIPrinter.cpp | 87 if (Info.StartLine) in print() 88 OS << "Function start line: " << Info.StartLine << "\n"; in print()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-cov/ |
| H A D | CoverageExporterLcov.cpp | 56 auto StartLine = F.CountedRegions.front().LineStart; in renderFunctions() local 57 OS << "FN:" << StartLine << ',' << F.Name << '\n'; in renderFunctions()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 946 uint32_t &StartLine) { in getFunctionNameAndStartLineForAddress() argument 963 StartLine = DeclLineResult; in getFunctionNameAndStartLineForAddress() 979 Result.StartLine); in getLineInfoForAddress() 997 uint32_t StartLine = 0; in getLineInfoForAddressRange() local 999 StartLine); in getLineInfoForAddressRange() 1006 Result.StartLine = StartLine; in getLineInfoForAddressRange() 1027 Result.StartLine = StartLine; in getLineInfoForAddressRange() 1068 Frame.StartLine = DeclLineResult; in getInliningInfoForAddress()
|
| /freebsd-12.1/contrib/llvm/lib/Support/Unix/ |
| H A D | Memory.inc | 225 const intptr_t StartLine = ((intptr_t) Addr) & Mask; 228 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize) 232 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | CommentParser.cpp | 516 const unsigned StartLine = SourceMgr.getPresumedLineNumber( in parseHTMLStartTag() local 523 if (StartLineInvalid || EndLineInvalid || StartLine == EndLine) in parseHTMLStartTag()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 3014 unsigned StartLine = SM.getExpansionLineNumber(Start); in populateExecutedLinesWithFunctionSignature() local 3018 for (unsigned Line = StartLine; Line <= EndLine; Line++) in populateExecutedLinesWithFunctionSignature()
|