| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerLoop.cpp | 41 thread_local bool Fuzzer::IsMyThread; 46 static Fuzzer *F; 138 Fuzzer::Fuzzer(UserCallback CB, InputCorpus &Corpus, MutationDispatcher &MD, in Fuzzer() function in fuzzer::Fuzzer 163 Fuzzer::~Fuzzer() {} in ~Fuzzer() 192 void Fuzzer::DeathCallback() { in DeathCallback() 228 void Fuzzer::CrashCallback() { in CrashCallback() 243 void Fuzzer::ExitCallback() { in ExitCallback() 275 void Fuzzer::AlarmCallback() { in AlarmCallback() 308 void Fuzzer::RssLimitCallback() { in RssLimitCallback() 356 void Fuzzer::PrintFinalStats() { in PrintFinalStats() [all …]
|
| H A D | FuzzerUtilWindows.cpp | 39 Fuzzer::StaticCrashSignalCallback(); in ExceptionHandler() 44 Fuzzer::StaticCrashSignalCallback(); in ExceptionHandler() 49 Fuzzer::StaticCrashSignalCallback(); in ExceptionHandler() 61 Fuzzer::StaticCrashSignalCallback(); in ExceptionHandler() 69 Fuzzer::StaticCrashSignalCallback(); in ExceptionHandler() 80 Fuzzer::StaticInterruptCallback(); in CtrlHandler() 84 Fuzzer::StaticInterruptCallback(); in CtrlHandler() 91 Fuzzer::StaticAlarmCallback(); in AlarmHandler() 121 static void CrashHandler(int) { Fuzzer::StaticCrashSignalCallback(); } in CrashHandler()
|
| H A D | FuzzerUtilPosix.cpp | 33 Fuzzer::StaticAlarmCallback(); in AlarmHandler() 42 Fuzzer::StaticCrashSignalCallback(); in SegvHandler() 46 Fuzzer::StaticCrashSignalCallback(); in CrashHandler() 50 Fuzzer::StaticInterruptCallback(); in InterruptHandler() 54 Fuzzer::StaticGracefulExitCallback(); in GracefulExitHandler() 58 Fuzzer::StaticFileSizeExceedCallback(); in FileSizeExceedHandler()
|
| H A D | FuzzerInternal.h | 32 class Fuzzer { 35 Fuzzer(UserCallback CB, InputCorpus &Corpus, MutationDispatcher &MD, 37 ~Fuzzer();
|
| H A D | FuzzerDriver.cpp | 303 static void RssThread(Fuzzer *F, size_t RssLimitMb) { in RssThread() 312 static void StartRssThread(Fuzzer *F, size_t RssLimitMb) { in StartRssThread() 319 int RunOneTest(Fuzzer *F, const char *InputFilePath, size_t MaxLen) { in RunOneTest() 489 int MinimizeCrashInputInternalStep(Fuzzer *F, InputCorpus *Corpus) { in MinimizeCrashInputInternalStep() 506 void Merge(Fuzzer *F, FuzzingOptions &Options, const Vector<std::string> &Args, in Merge() 534 int AnalyzeDictionary(Fuzzer *F, const Vector<Unit>& Dict, in AnalyzeDictionary() 809 auto *F = new Fuzzer(Callback, *Corpus, *MD, Options); in FuzzerDriver() 836 std::atexit(Fuzzer::StaticExitCallback); in FuzzerDriver()
|
| H A D | FuzzerMerge.cpp | 199 void Fuzzer::CrashResistantMergeInternalStep(const std::string &CFPath) { in CrashResistantMergeInternalStep() 221 Fuzzer::MaybeExitGracefully(); in CrashResistantMergeInternalStep() 369 Fuzzer::MaybeExitGracefully(); in CrashResistantMerge()
|
| H A D | FuzzerUtilFuchsia.cpp | 67 Fuzzer::StaticAlarmCallback(); in AlarmHandler() 175 Fuzzer::StaticCrashSignalCallback(); in StaticCrashHandler()
|
| H A D | FuzzerFork.cpp | 357 Fuzzer::MaybeExitGracefully(); in FuzzWithFork()
|
| /freebsd-13.1/sys/contrib/zstd/ |
| H A D | TESTING.md | 23 - Fuzzer tests: `tests/fuzzer.c`, `tests/zstreamtest.c`, and `tests/decodecorpus.c` 26 - Fuzzer tests (see above) on ARM, AArch64, PowerPC, and PowerPC64
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | SanitizerArgs.h | 82 bool needsFuzzer() const { return Sanitizers.has(SanitizerKind::Fuzzer); } in needsFuzzer()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Sanitizers.def | 68 SANITIZER("fuzzer", Fuzzer)
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | OpenBSD.cpp | 246 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
|
| H A D | Fuchsia.cpp | 416 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
|
| H A D | FreeBSD.cpp | 489 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
|
| H A D | NetBSD.cpp | 484 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
|
| H A D | Linux.cpp | 701 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
|
| H A D | MSVC.cpp | 1388 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
|
| H A D | Darwin.cpp | 2883 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ |
| H A D | SanitizerArgs.cpp | 50 SanitizerKind::DataFlow | SanitizerKind::Fuzzer | 417 if (Add & SanitizerKind::Fuzzer) in SanitizerArgs()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | done_abilist.txt | 382 # lib/Fuzzer
|
| /freebsd-13.1/contrib/llvm-project/ |
| H A D | FREEBSD-Xlist | 529 llvm/lib/Fuzzer/
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 778 if (SanOpts.hasOneOf(SanitizerKind::Fuzzer | SanitizerKind::FuzzerNoLink)) in StartFunction()
|