Searched defs:StartLine (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/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()
|
/freebsd-src/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
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | Line.h | 97 Line(int32_t CodeOffset, uint32_t StartLine, uint32_t EndLine, in Line()
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageExporterLcov.cpp | 59 auto StartLine = F.CountedRegions.front().LineStart; in renderFunctions() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | CommentParser.cpp | 506 const unsigned StartLine = SourceMgr.getPresumedLineNumber( parseHTMLStartTag() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/ |
H A D | DIContext.h | 47 uint32_t StartLine = 0; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 1603 getFunctionNameAndStartLineForAddress(DWARFCompileUnit * CU,uint64_t Address,FunctionNameKind Kind,DILineInfoSpecifier::FileLineInfoKind FileNameKind,std::string & FunctionName,std::string & StartFile,uint32_t & StartLine,std::optional<uint64_t> & StartAddress) getFunctionNameAndStartLineForAddress() argument 1774 uint32_t StartLine = 0; getLineInfoForAddressRange() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 3147 unsigned StartLine = SM.getExpansionLineNumber(Start); populateExecutedLinesWithFunctionSignature() local
|