Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h47 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 Dxray_powerpc64.cpp34 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 DLine.h35 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 DCoverageExporterLcov.cpp59 auto StartLine = F.CountedRegions.front().LineStart; in renderFunctions() local
60 OS << "FN:" << StartLine << ',' << F.Name << '\n'; in renderFunctions()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DMemory.inc230 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/Symbolize/
H A DDIPrinter.cpp152 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/DebugInfo/DWARF/
H A DDWARFContext.cpp1603 std::string &FunctionName, std::string &StartFile, uint32_t &StartLine, in getFunctionNameAndStartLineForAddress() argument
1626 StartLine = DeclLineResult; in getFunctionNameAndStartLineForAddress()
1740 Result.StartFileName, Result.StartLine, Result.StartAddress); in getLineInfoForAddress()
1774 uint32_t StartLine = 0; in getLineInfoForAddressRange() local
1780 StartFileName, StartLine, StartAddress); in getLineInfoForAddressRange()
1788 Result.StartLine = StartLine; in getLineInfoForAddressRange()
1813 Result.StartLine = StartLine; in getLineInfoForAddressRange()
1855 Frame.StartLine = DeclLineResult; in getInliningInfoForAddress()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp506 const unsigned StartLine = SourceMgr.getPresumedLineNumber( in parseHTMLStartTag() local
513 if (StartLineInvalid || EndLineInvalid || StartLine == EndLine) in parseHTMLStartTag()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DRawMemProfReader.cpp516 const Frame F(Guid, DIFrame.Line - DIFrame.StartLine, DIFrame.Column, in symbolizeAndFilterStackFrames()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3147 unsigned StartLine = SM.getExpansionLineNumber(Start); in populateExecutedLinesWithFunctionSignature() local
3151 for (unsigned Line = StartLine; Line <= EndLine; Line++) in populateExecutedLinesWithFunctionSignature()