Home
last modified time | relevance | path

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

/external/llvm/lib/Fuzzer/
DFuzzerInternal.h175 std::vector<uint8_t> CounterBitmap; variable
178 for (auto x : CounterBitmap) Res += __builtin_popcount(x); in TotalBits()
DFuzzerLoop.cpp267 CounterBitmap.resize(NumCounters); in PrepareCoverageBeforeRun()
282 CounterBitmap.data()); in CheckCoverageAfterRun()