Home
last modified time | relevance | path

Searched defs:StartLine (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DLine.cpp14 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) { in LineInfo()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_powerpc64.cc35 const intptr_t StartLine = ((intptr_t)Addr) & Mask; in clearCache() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h98 Line(int32_t CodeOffset, uint32_t StartLine, uint32_t EndLine, in Line()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp59 auto StartLine = F.CountedRegions.front().LineStart; in renderFunctions() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentParser.cpp521 const unsigned StartLine = SourceMgr.getPresumedLineNumber( in parseHTMLStartTag() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/
H A DDIContext.h42 uint32_t StartLine = 0; member
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexDiagnostic.cpp271 unsigned StartLine, StartColumn, EndLine, EndColumn; in clang_formatDiagnostic() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1041 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 DBugReporter.cpp3109 unsigned StartLine = SM.getExpansionLineNumber(Start); in populateExecutedLinesWithFunctionSignature() local