Home
last modified time | relevance | path

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

/external/llvm/lib/Fuzzer/
DFuzzerLoop.cpp35 static const size_t kMaxUnitSizeToPrint = 256; variable
176 if (UnitSize <= kMaxUnitSizeToPrint) { in DumpCurrentUnit()
507 if (U.size() <= kMaxUnitSizeToPrint) in WriteUnitToFileWithPrefix()