Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp339 SmallVector<CountedRegion, 0> ViewBranches; in attachBranchSubViews() local
342 ViewBranches.push_back(*NextBranch++); in attachBranchSubViews()
344 View.addBranch(CurrentLine, std::move(ViewBranches)); in attachBranchSubViews()