Home
last modified time | relevance | path

Searched refs:Fuzzer (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp41 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 DFuzzerUtilWindows.cpp39 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 DFuzzerUtilPosix.cpp33 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 DFuzzerInternal.h32 class Fuzzer final {
34 Fuzzer(UserCallback CB, InputCorpus &Corpus, MutationDispatcher &MD,
36 ~Fuzzer() = delete;
H A DFuzzerDriver.cpp307 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 DFuzzerUtilLinux.cpp31 return Fuzzer::InterruptExitCode(); in ExecuteCommand()
H A DFuzzerMerge.cpp204 void Fuzzer::CrashResistantMergeInternalStep(const std::string &CFPath, in CrashResistantMergeInternalStep()
227 Fuzzer::MaybeExitGracefully(); in CrashResistantMergeInternalStep()
499 Fuzzer::MaybeExitGracefully(); in CrashResistantMerge()
H A DFuzzerUtilFuchsia.cpp73 Fuzzer::StaticAlarmCallback(); in AlarmHandler()
201 Fuzzer::StaticCrashSignalCallback(); in StaticCrashHandler()
H A DFuzzerFork.cpp394 Fuzzer::MaybeExitGracefully(); in FuzzWithFork()
/freebsd-14.2/sys/contrib/zstd/
H A DTESTING.md23 - 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 DCHANGELOG99 build: Fix Fuzzer Compiler Detection & Update UBSAN Flags (#2503, @terrelln)
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DSanitizerArgs.h91 bool needsFuzzer() const { return Sanitizers.has(SanitizerKind::Fuzzer); } in needsFuzzer()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizers.def71 SANITIZER("fuzzer", Fuzzer)
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DOHOS.cpp385 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
H A DOpenBSD.cpp301 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
H A DFuchsia.cpp480 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
H A DFreeBSD.cpp496 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
H A DBareMetal.cpp507 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
H A DNetBSD.cpp545 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
H A DLinux.cpp796 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
H A DMSVC.cpp827 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DSanitizerArgs.cpp53 SanitizerKind::DataFlow | SanitizerKind::Fuzzer |
492 if (Add & SanitizerKind::Fuzzer) in SanitizerArgs()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt413 # lib/Fuzzer
/freebsd-14.2/contrib/llvm-project/
H A DFREEBSD-Xlist587 llvm/lib/Fuzzer/
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp802 if (SanOpts.hasOneOf(SanitizerKind::Fuzzer | SanitizerKind::FuzzerNoLink)) in StartFunction()

12