/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/ |
H A D | DIContext.h | 47 uint32_t StartLine = 0; member 60 StartFileName == RHS.StartFileName && StartLine == RHS.StartLine && 68 StartLine, Discriminator) < 70 RHS.Column, RHS.StartLine, RHS.Discriminator); 85 OS << "start line " << StartLine << '\n'; in dump()
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/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() 304 {"StartLine", LineInfo.StartLine}, in toJSON()
|
/freebsd/contrib/llvm-project/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)
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 1605 std::string &FunctionName, std::string &StartFile, uint32_t &StartLine, in getFunctionNameAndStartLineForAddress() argument 1628 StartLine = DeclLineResult; in getFunctionNameAndStartLineForAddress() 1742 Result.StartFileName, Result.StartLine, Result.StartAddress); in getLineInfoForAddress() 1776 uint32_t StartLine = 0; in getLineInfoForAddressRange() local 1782 StartFileName, StartLine, StartAddress); in getLineInfoForAddressRange() 1790 Result.StartLine = StartLine; in getLineInfoForAddressRange() 1815 Result.StartLine = StartLine; in getLineInfoForAddressRange() 1857 Frame.StartLine = DeclLineResult; in getInliningInfoForAddress()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | CommentParser.cpp | 677 const unsigned StartLine = SourceMgr.getPresumedLineNumber( in parseHTMLStartTag() local 684 if (StartLineInvalid || EndLineInvalid || StartLine == EndLine) in parseHTMLStartTag()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | MemProfReader.cpp | 605 const Frame F(Guid, DIFrame.Line - DIFrame.StartLine, DIFrame.Column, in symbolizeAndFilterStackFrames()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 3188 unsigned StartLine = SM.getExpansionLineNumber(Start); in populateExecutedLinesWithFunctionSignature() local 3192 for (unsigned Line = StartLine; Line <= EndLine; Line++) in populateExecutedLinesWithFunctionSignature()
|