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