Searched refs:attachBranchSubViews (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/tools/llvm-cov/ |
| H A D | CodeCoverage.cpp | 103 void attachBranchSubViews(SourceCoverageView &View, StringRef SourceName, 319 attachBranchSubViews(*SubView, Expansion.Function.Name, SubViewBranches, in attachExpansionSubViews() 325 void CodeCoverageTool::attachBranchSubViews(SourceCoverageView &View, in attachBranchSubViews() function in CodeCoverageTool 368 attachBranchSubViews(*View, DC.demangle(Function.Name), Branches, in createFunctionView() 389 attachBranchSubViews(*View, SourceFile, Branches, SourceBuffer.get(), in createSourceFileView() 411 attachBranchSubViews(*SubView, SourceFile, SubViewBranches, in createSourceFileView()
|