Searched refs:PrintASCII (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerUtil.h25 void PrintASCII(const uint8_t *Data, size_t Size, const char *PrintAfter = "");
27 void PrintASCII(const Unit &U, const char *PrintAfter = "");
H A DFuzzerUtil.cpp50 void PrintASCII(const uint8_t *Data, size_t Size, const char *PrintAfter) { function in namespace:fuzzer
56 void PrintASCII(const Unit &U, const char *PrintAfter) { function in namespace:fuzzer
57 PrintASCII(U.data(), U.size(), PrintAfter);
H A DFuzzerDictionary.h68 PrintASCII(W.data(), W.size());
H A DFuzzerMutate.cpp23 static void PrintASCII(const Word &W, const char *PrintAfter) { function in namespace:fuzzer
24 PrintASCII(W.data(), W.size(), PrintAfter);
479 PrintASCII(DE.GetW(), "\"");
493 PrintASCII(DE->GetW(), "\"-");
H A DFuzzerDriver.cpp526 PrintASCII(Dict[i].data(), Dict[i].size(), "\"");
H A DFuzzerLoop.cpp190 PrintASCII(CurrentUnitData, UnitSize, "\n");

Completed in 92 milliseconds