Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/
H A DDIContext.h43 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 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()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp152 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 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)
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1182 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 Dllvm-symbolizer.rst369 "StartLine": 9
379 "StartLine": 14
395 "StartLine": 5
/openbsd/gnu/llvm/clang/lib/AST/
H A DCommentParser.cpp506 const unsigned StartLine = SourceMgr.getPresumedLineNumber( in parseHTMLStartTag() local
513 if (StartLineInvalid || EndLineInvalid || StartLine == EndLine) in parseHTMLStartTag()
/openbsd/gnu/llvm/llvm/lib/ProfileData/
H A DRawMemProfReader.cpp427 const Frame F(Guid, DIFrame.Line - DIFrame.StartLine, DIFrame.Column, in symbolizeAndFilterStackFrames()
/openbsd/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp877 uint32_t LineOffset = (CallerFrame.Line - CallerFrame.StartLine) & 0xffff; in symbolize()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3141 unsigned StartLine = SM.getExpansionLineNumber(Start); in populateExecutedLinesWithFunctionSignature() local
3145 for (unsigned Line = StartLine; Line <= EndLine; Line++) in populateExecutedLinesWithFunctionSignature()