Searched defs:View (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/llvm-cov/
H A DSourceCoverageView.h29 std::unique_ptr<SourceCoverageView> View; member in struct:llvm::ExpansionView
55 std::unique_ptr<SourceCoverageView> View; member in struct:llvm::InstantiationView
31 ExpansionView(const coverage::CounterMappingRegion &Region, std::unique_ptr<SourceCoverageView> View) argument
57 InstantiationView(StringRef FunctionName, unsigned Line, std::unique_ptr<SourceCoverageView> View) argument
143 addExpansion(const coverage::CounterMappingRegion &Region, std::unique_ptr<SourceCoverageView> View) argument
149 addInstantiation(StringRef FunctionName, unsigned Line, std::unique_ptr<SourceCoverageView> View) argument
[all...]
H A DCodeCoverage.cpp124 CodeCoverageTool::attachExpansionSubViews(SourceCoverageView &View, argument
156 auto View = llvm::make_unique<SourceCoverageView>( local
174 auto View = llvm::make_unique<SourceCoverageView>( local
[all...]

Completed in 53 milliseconds