Searched defs:CoveragePoint (Results 1 – 1 of 1) sorted by relevance
164 struct CoveragePoint { struct165 explicit CoveragePoint(const std::string &Id) : Id(Id) {} in CoveragePoint() function167 std::string Id;168 SmallVector<DILineInfo, 1> Locs;451 CoveragePoint *CoveragePoint = &Points.find(PointId)->second; in read() local