Searched refs:RawCoverage (Results 1 – 1 of 1) sorted by relevance
152 struct RawCoverage { struct153 explicit RawCoverage(std::unique_ptr<std::set<uint64_t>> Addrs) in RawCoverage() argument157 static ErrorOr<std::unique_ptr<RawCoverage>>246 ErrorOr<std::unique_ptr<RawCoverage>>247 RawCoverage::read(const std::string &FileName) { in read()285 return std::unique_ptr<RawCoverage>(new RawCoverage(std::move(Addrs))); in read()289 raw_ostream &operator<<(raw_ostream &OS, const RawCoverage &CoverageData) { in operator <<()896 symbolize(const RawCoverage &Data, const std::string ObjectFile) { in symbolize()1037 std::vector<std::unique_ptr<RawCoverage>> Covs; in readAndPrintRawCoverage()1039 auto Cov = RawCoverage::read(FileName); in readAndPrintRawCoverage()[all …]