Home
last modified time | relevance | path

Searched defs:CoveragePoint (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/sancov/
Dsancov.cpp146 struct CoveragePoint { struct
147 explicit CoveragePoint(const std::string &Id) : Id(Id) {} in CoveragePoint() function
149 std::string Id;
150 SmallVector<DILineInfo, 1> Locs;
529 CoveragePoint *CoveragePoint = &Points.find(PointId)->second; in read() local