Searched refs:PrintASCII (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerUtil.cpp | 49 void PrintASCII(const uint8_t *Data, size_t Size, const char *PrintAfter) { in PrintASCII() function 55 void PrintASCII(const Unit &U, const char *PrintAfter) { in PrintASCII() function 56 PrintASCII(U.data(), U.size(), PrintAfter); in PrintASCII()
|
| H A D | FuzzerUtil.h | 26 void PrintASCII(const uint8_t *Data, size_t Size, const char *PrintAfter = ""); 28 void PrintASCII(const Unit &U, const char *PrintAfter = "");
|
| H A D | FuzzerMutate.cpp | 23 static void PrintASCII(const Word &W, const char *PrintAfter) { in PrintASCII() function 24 PrintASCII(W.data(), W.size(), PrintAfter); in PrintASCII() 497 PrintASCII(DE.GetW(), "\""); in PrintRecommendedDictionary() 517 PrintASCII(CurrentDictionaryEntrySequence[i]->GetW(), "\"-"); in PrintMutationSequence()
|
| H A D | FuzzerDictionary.h | 72 PrintASCII(W.data(), W.size());
|
| H A D | FuzzerLoop.cpp | 185 PrintASCII(CurrentUnitData, UnitSize, "\n"); in DumpCurrentUnit()
|
| H A D | FuzzerDriver.cpp | 595 PrintASCII(Dict[i].data(), Dict[i].size(), "\""); in AnalyzeDictionary()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/tests/ |
| H A D | FuzzerUnittest.cpp | 614 TEST(FuzzerUtil, PrintASCII) { in TEST() argument 617 PrintASCII(reinterpret_cast<const uint8_t*>(Str), strlen(Str), PrintAfter); in TEST()
|