Searched refs:attachBranchSubViews (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-cov/ |
| H A D | CodeCoverage.cpp | 98 void attachBranchSubViews(SourceCoverageView &View, StringRef SourceName, 312 attachBranchSubViews(*SubView, Expansion.Function.Name, SubViewBranches, in attachExpansionSubViews() 318 void CodeCoverageTool::attachBranchSubViews(SourceCoverageView &View, in attachBranchSubViews() function in CodeCoverageTool 361 attachBranchSubViews(*View, DC.demangle(Function.Name), Branches, in createFunctionView() 382 attachBranchSubViews(*View, SourceFile, Branches, SourceBuffer.get(), in createSourceFileView() 404 attachBranchSubViews(*SubView, SourceFile, SubViewBranches, in createSourceFileView()
|