Searched refs:attachBranchSubViews (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | CodeCoverage.cpp | 103 void attachBranchSubViews(SourceCoverageView &View, StringRef SourceName, 327 attachBranchSubViews(*SubView, Expansion.Function.Name, SubViewBranches, in attachExpansionSubViews() 333 void CodeCoverageTool::attachBranchSubViews(SourceCoverageView &View, in attachBranchSubViews() function in CodeCoverageTool 408 attachBranchSubViews(*View, DC.demangle(Function.Name), Branches, in createFunctionView() 432 attachBranchSubViews(*View, SourceFile, Branches, SourceBuffer.get(), in createSourceFileView() 457 attachBranchSubViews(*SubView, SourceFile, SubViewBranches, in createSourceFileView()
|