Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DLine.cpp14 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) { in LineInfo()
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_powerpc64.cpp34 const intptr_t StartLine = ((intptr_t)Addr) & Mask; in clearCache() local
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h97 Line(int32_t CodeOffset, uint32_t StartLine, uint32_t EndLine, in Line()
/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp59 auto StartLine = F.CountedRegions.front().LineStart; in renderFunctions() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentParser.cpp506 const unsigned StartLine = SourceMgr.getPresumedLineNumber( in parseHTMLStartTag() local
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndexDiagnostic.cpp271 unsigned StartLine, StartColumn, EndLine, EndColumn; in clang_formatDiagnostic() local
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/
H A DDIContext.h43 uint32_t StartLine = 0; member
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1182 std::string &FunctionName, std::string &StartFile, uint32_t &StartLine, in getFunctionNameAndStartLineForAddress()
1353 uint32_t StartLine = 0; in getLineInfoForAddressRange() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3141 unsigned StartLine = SM.getExpansionLineNumber(Start); in populateExecutedLinesWithFunctionSignature() local