Searched refs:UncoveredPCs (Results 1 – 1 of 1) sorted by relevance
304 std::vector<uintptr_t> UncoveredPCs; in PrintCoverage() local308 UncoveredPCs.push_back(TE->PC); in PrintCoverage()314 for (auto PC : UncoveredPCs) in PrintCoverage()324 Printf(" edges: %zd/%zd", NumEdges - UncoveredPCs.size(), NumEdges); in PrintCoverage()328 for (auto PC : UncoveredPCs) in PrintCoverage()