HomeSort by relevance Sort by last modified time
    Searched refs:CounterBitmap (Results 1 - 3 of 3) sorted by null

  /prebuilts/clang/host/linux-x86/clang-3859424/prebuilt_include/llvm/lib/Fuzzer/
FuzzerInternal.h 43 CounterBitmap.clear();
49 // Precalculated number of bits in CounterBitmap.
51 std::vector<uint8_t> CounterBitmap;
  /external/llvm/lib/Fuzzer/
FuzzerInternal.h 349 CounterBitmap.clear();
359 // Precalculated number of bits in CounterBitmap.
361 std::vector<uint8_t> CounterBitmap;
FuzzerLoop.cpp 71 C->CounterBitmap.resize(NumCounters);
99 C->CounterBitmap.data());

Completed in 62 milliseconds