Home
last modified time | relevance | path

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

/external/llvm/lib/Fuzzer/
DFuzzerLoop.cpp107 if (NewPcMapBits > C->PcMapBits) { in RecordMax()
109 C->PcMapBits = NewPcMapBits; in RecordMax()
282 if (MaxCoverage.PcMapBits) in PrintStats()
283 Printf(" path: %zd", MaxCoverage.PcMapBits); in PrintStats()
483 std::to_string(PcMapBits) + "}"; in DebugString()
DFuzzerInternal.h346 PcMapBits = 0; in Reset()
363 size_t PcMapBits; member