Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/sancov/
H A Dsancov.cpp152 struct RawCoverage { struct
153 explicit RawCoverage(std::unique_ptr<std::set<uint64_t>> Addrs) in RawCoverage() function
157 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 …]