HomeSort by relevance Sort by last modified time
    Searched refs:WriteUnitToFileWithPrefix (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Fuzzer/
FuzzerInternal.h 139 void WriteUnitToFileWithPrefix(const Unit &U, const char *Prefix);
FuzzerLoop.cpp 82 WriteUnitToFileWithPrefix(CurrentUnit, "crash-");
105 WriteUnitToFileWithPrefix(CurrentUnit, "timeout-");
226 WriteUnitToFileWithPrefix(U, "slow-unit-");
296 void Fuzzer::WriteUnitToFileWithPrefix(const Unit &U, const char *Prefix) {

Completed in 461 milliseconds