| /freebsd-14.2/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 190 void Fuzzer::DeathCallback() { in DeathCallback() 226 void Fuzzer::CrashCallback() { in CrashCallback() 241 void Fuzzer::ExitCallback() { in ExitCallback() 263 int Fuzzer::InterruptExitCode() { in InterruptExitCode() 278 void Fuzzer::AlarmCallback() { in AlarmCallback() 311 void Fuzzer::RssLimitCallback() { in RssLimitCallback() 358 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 final { 34 Fuzzer(UserCallback CB, InputCorpus &Corpus, MutationDispatcher &MD, 36 ~Fuzzer() = delete;
|
| H A D | FuzzerDriver.cpp | 307 static void RssThread(Fuzzer *F, size_t RssLimitMb) { in RssThread() 316 static void StartRssThread(Fuzzer *F, size_t RssLimitMb) { in StartRssThread() 323 int RunOneTest(Fuzzer *F, const char *InputFilePath, size_t MaxLen) { in RunOneTest() 493 int MinimizeCrashInputInternalStep(Fuzzer *F, InputCorpus *Corpus) { in MinimizeCrashInputInternalStep() 509 void Merge(Fuzzer *F, FuzzingOptions &Options, in Merge() 538 int AnalyzeDictionary(Fuzzer *F, const std::vector<Unit> &Dict, in AnalyzeDictionary() 815 auto *F = new Fuzzer(Callback, *Corpus, *MD, Options); in FuzzerDriver() 842 std::atexit(Fuzzer::StaticExitCallback); in FuzzerDriver()
|
| H A D | FuzzerUtilLinux.cpp | 31 return Fuzzer::InterruptExitCode(); in ExecuteCommand()
|
| H A D | FuzzerMerge.cpp | 204 void Fuzzer::CrashResistantMergeInternalStep(const std::string &CFPath, in CrashResistantMergeInternalStep() 227 Fuzzer::MaybeExitGracefully(); in CrashResistantMergeInternalStep() 499 Fuzzer::MaybeExitGracefully(); in CrashResistantMerge()
|
| H A D | FuzzerUtilFuchsia.cpp | 73 Fuzzer::StaticAlarmCallback(); in AlarmHandler() 201 Fuzzer::StaticCrashSignalCallback(); in StaticCrashHandler()
|
| H A D | FuzzerFork.cpp | 394 Fuzzer::MaybeExitGracefully(); in FuzzWithFork()
|
| /freebsd-14.2/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
|
| H A D | CHANGELOG | 99 build: Fix Fuzzer Compiler Detection & Update UBSAN Flags (#2503, @terrelln)
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | SanitizerArgs.h | 91 bool needsFuzzer() const { return Sanitizers.has(SanitizerKind::Fuzzer); } in needsFuzzer()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Sanitizers.def | 71 SANITIZER("fuzzer", Fuzzer)
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | OHOS.cpp | 385 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
|
| H A D | OpenBSD.cpp | 301 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
|
| H A D | Fuchsia.cpp | 480 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
|
| H A D | FreeBSD.cpp | 496 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
|
| H A D | BareMetal.cpp | 507 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
|
| H A D | NetBSD.cpp | 545 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
|
| H A D | Linux.cpp | 796 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
|
| H A D | MSVC.cpp | 827 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ |
| H A D | SanitizerArgs.cpp | 53 SanitizerKind::DataFlow | SanitizerKind::Fuzzer | 492 if (Add & SanitizerKind::Fuzzer) in SanitizerArgs()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | done_abilist.txt | 413 # lib/Fuzzer
|
| /freebsd-14.2/contrib/llvm-project/ |
| H A D | FREEBSD-Xlist | 587 llvm/lib/Fuzzer/
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 802 if (SanOpts.hasOneOf(SanitizerKind::Fuzzer | SanitizerKind::FuzzerNoLink)) in StartFunction()
|