Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp98 void attachBranchSubViews(SourceCoverageView &View, StringRef SourceName,
313 attachBranchSubViews(*SubView, Expansion.Function.Name, SubViewBranches, in attachExpansionSubViews()
319 void CodeCoverageTool::attachBranchSubViews(SourceCoverageView &View, in attachBranchSubViews() function in CodeCoverageTool
362 attachBranchSubViews(*View, DC.demangle(Function.Name), Branches, in createFunctionView()
383 attachBranchSubViews(*View, SourceFile, Branches, SourceBuffer.get(), in createSourceFileView()
405 attachBranchSubViews(*SubView, SourceFile, SubViewBranches, in createSourceFileView()