Home
last modified time | relevance | path

Searched refs:SubView (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp308 auto SubView = in attachExpansionSubViews() local
311 attachExpansionSubViews(*SubView, SubViewExpansions, Coverage); in attachExpansionSubViews()
312 attachBranchSubViews(*SubView, Expansion.Function.Name, SubViewBranches, in attachExpansionSubViews()
314 View.addExpansion(Expansion.Region, std::move(SubView)); in attachExpansionSubViews()
338 auto SubView = SourceCoverageView::create(SourceName, File, ViewOpts, in attachBranchSubViews() local
340 View.addBranch(CurrentLine, ViewBranches, std::move(SubView)); in attachBranchSubViews()
393 std::unique_ptr<SourceCoverageView> SubView{nullptr}; in createSourceFileView() local
401 SubView = SourceCoverageView::create( in createSourceFileView()
403 attachExpansionSubViews(*SubView, SubViewExpansions, Coverage); in createSourceFileView()
404 attachBranchSubViews(*SubView, SourceFile, SubViewBranches, in createSourceFileView()
[all …]
/llvm-project-15.0.7/mlir/include/mlir/Dialect/MemRef/IR/
H A DMemRefOps.td1449 The SubView operation supports the following arguments: