Searched refs:StartLine (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DLine.cpp14 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) { argument
15 LineData = StartLine & StartLineMask;
16 uint32_t LineDelta = EndLine - StartLine;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_powerpc64.cpp34 const intptr_t StartLine = ((intptr_t)Addr) & Mask; local
37 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
41 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h36 LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement);
98 Line(int32_t CodeOffset, uint32_t StartLine, uint32_t EndLine, argument
100 : CodeOffset(CodeOffset), LineInf(StartLine, EndLine, IsStatement),
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h40 uint32_t StartLine = 0; member in struct:llvm::DILineInfo
50 StartLine == RHS.StartLine && Discriminator == RHS.Discriminator;
58 return std::tie(FileName, FunctionName, Line, Column, StartLine,
61 RHS.StartLine, RHS.Discriminator);
74 OS << "start line " << StartLine << '\n'; local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp55 auto StartLine = F.CountedRegions.front().LineStart; local
56 OS << "FN:" << StartLine << ',' << F.Name << '\n';
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp87 if (Info.StartLine)
88 OS << "Function start line: " << Info.StartLine << "\n";
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DMemory.inc240 const intptr_t StartLine = ((intptr_t) Addr) & Mask;
243 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
247 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp980 uint32_t &StartLine) {
997 StartLine = DeclLineResult;
1168 Result.FunctionName, Result.StartLine);
1186 uint32_t StartLine = 0;
1189 FunctionName, StartLine);
1196 Result.StartLine = StartLine;
1219 Result.StartLine = StartLine;
1260 Frame.StartLine
976 getFunctionNameAndStartLineForAddress(DWARFCompileUnit *CU, uint64_t Address, FunctionNameKind Kind, std::string &FunctionName, uint32_t &StartLine) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp521 const unsigned StartLine = SourceMgr.getPresumedLineNumber( local
528 if (StartLineInvalid || EndLineInvalid || StartLine == EndLine)
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3060 unsigned StartLine = SM.getExpansionLineNumber(Start); local
3064 for (unsigned Line = StartLine; Line <= EndLine; Line++)

Completed in 278 milliseconds