Searched refs:RawCoverage (Results 1 – 1 of 1) sorted by relevance
134 struct RawCoverage { struct135 explicit RawCoverage(std::unique_ptr<std::set<uint64_t>> Addrs) in RawCoverage() argument139 static ErrorOr<std::unique_ptr<RawCoverage>>228 ErrorOr<std::unique_ptr<RawCoverage>>229 RawCoverage::read(const std::string &FileName) { in read()263 return std::unique_ptr<RawCoverage>(new RawCoverage(std::move(Addrs))); in read()267 raw_ostream &operator<<(raw_ostream &OS, const RawCoverage &CoverageData) { in operator <<()934 symbolize(const RawCoverage &Data, const std::string ObjectFile) { in symbolize()1072 std::vector<std::unique_ptr<RawCoverage>> Covs; in readAndPrintRawCoverage()1074 auto Cov = RawCoverage::read(FileName); in readAndPrintRawCoverage()[all …]