Home
last modified time | relevance | path

Searched defs:View (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.h32 std::unique_ptr<SourceCoverageView> View; member
58 std::unique_ptr<SourceCoverageView> View; member
73 std::unique_ptr<SourceCoverageView> View; member
90 std::unique_ptr<SourceCoverageView> View; member
H A DSourceCoverageView.cpp173 std::unique_ptr<SourceCoverageView> View) { in addExpansion()
179 std::unique_ptr<SourceCoverageView> View) { in addBranch()
185 std::unique_ptr<SourceCoverageView> View) { in addMCDCRecord()
191 std::unique_ptr<SourceCoverageView> View) { in addInstantiation()
H A DCodeCoverage.cpp309 SourceCoverageView &View, ArrayRef<ExpansionRecord> Expansions, in attachExpansionSubViews()
333 void CodeCoverageTool::attachBranchSubViews(SourceCoverageView &View, in attachBranchSubViews()
360 void CodeCoverageTool::attachMCDCSubViews(SourceCoverageView &View, in attachMCDCSubViews()
404 auto View = SourceCoverageView::create(DC.demangle(Function.Name), in createFunctionView() local
429 auto View = SourceCoverageView::create(SourceFile, SourceBuffer.get(), in createSourceFileView() local
663 auto View = createSourceFileView(SourceFile, *Coverage); in writeSourceFileView() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamReader.h236 BinaryStreamRef View; in readArray() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h169 View // --report=view enumerator