Home
last modified time | relevance | path

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

/external/llvm/tools/sancov/
Dsancov.cc443 merge(const std::vector<std::unique_ptr<CoverageData>> &Covs) { in merge() argument
446 for (const auto &Cov : Covs) in merge()
455 std::vector<std::unique_ptr<CoverageData>> Covs; in readAndMerge() local
460 Covs.push_back(std::move(Cov.get())); in readAndMerge()
462 return merge(Covs); in readAndMerge()