Searched defs:StartLine (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A D | Line.cpp | 14 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) { in LineInfo()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
H A D | xray_powerpc64.cc | 35 const intptr_t StartLine = ((intptr_t)Addr) & Mask; in clearCache() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | Line.h | 98 Line(int32_t CodeOffset, uint32_t StartLine, uint32_t EndLine, in Line()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
H A D | CoverageExporterLcov.cpp | 59 auto StartLine = F.CountedRegions.front().LineStart; in renderFunctions() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | CommentParser.cpp | 521 const unsigned StartLine = SourceMgr.getPresumedLineNumber( in parseHTMLStartTag() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/ |
H A D | DIContext.h | 42 uint32_t StartLine = 0; member
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CIndexDiagnostic.cpp | 271 unsigned StartLine, StartColumn, EndLine, EndColumn; in clang_formatDiagnostic() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 1041 std::string &FunctionName, std::string &StartFile, uint32_t &StartLine, in getFunctionNameAndStartLineForAddress() 1255 uint32_t StartLine = 0; in getLineInfoForAddressRange() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 3109 unsigned StartLine = SM.getExpansionLineNumber(Start); in populateExecutedLinesWithFunctionSignature() local
|