Searched refs:PrintASCII (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Fuzzer/ |
D | FuzzerUtil.cpp | 52 void PrintASCII(const uint8_t *Data, size_t Size, const char *PrintAfter) { in PrintASCII() function 58 void PrintASCII(const Word &W, const char *PrintAfter) { in PrintASCII() function 59 PrintASCII(W.data(), W.size(), PrintAfter); in PrintASCII() 62 void PrintASCII(const Unit &U, const char *PrintAfter) { in PrintASCII() function 63 PrintASCII(U.data(), U.size(), PrintAfter); in PrintASCII()
|
D | FuzzerInternal.h | 102 void PrintASCII(const uint8_t *Data, size_t Size, const char *PrintAfter = ""); 103 void PrintASCII(const Unit &U, const char *PrintAfter = ""); 104 void PrintASCII(const Word &W, const char *PrintAfter = "");
|
D | FuzzerMutate.cpp | 253 PrintASCII(DE.GetW(), "\""); in PrintRecommendedDictionary() 267 PrintASCII(DE->GetW(), "\"-"); in PrintMutationSequence()
|
D | FuzzerTraceState.cpp | 231 PrintASCII(I.second); in StopTraceRecording() 451 if (Added1) PrintASCII(Data1, CmpSize); in TraceMemcmpCallback() 452 if (Added2) PrintASCII(Data2, CmpSize); in TraceMemcmpCallback()
|
D | FuzzerLoop.cpp | 178 PrintASCII(CurrentUnitData, UnitSize, "\n"); in DumpCurrentUnit()
|