| /llvm-project-15.0.7/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 | build.sh | 9 ar ru libFuzzer.a Fuzzer*.o 10 rm -f Fuzzer*.o
|
| H A D | FuzzerInternal.h | 32 class Fuzzer { 35 Fuzzer(UserCallback CB, InputCorpus &Corpus, MutationDispatcher &MD, 37 ~Fuzzer();
|
| H A D | FuzzerDriver.cpp | 304 static void RssThread(Fuzzer *F, size_t RssLimitMb) { in RssThread() 313 static void StartRssThread(Fuzzer *F, size_t RssLimitMb) { in StartRssThread() 320 int RunOneTest(Fuzzer *F, const char *InputFilePath, size_t MaxLen) { in RunOneTest() 490 int MinimizeCrashInputInternalStep(Fuzzer *F, InputCorpus *Corpus) { in MinimizeCrashInputInternalStep() 507 void Merge(Fuzzer *F, FuzzingOptions &Options, in Merge() 536 int AnalyzeDictionary(Fuzzer *F, const std::vector<Unit> &Dict, in AnalyzeDictionary() 813 auto *F = new Fuzzer(Callback, *Corpus, *MD, Options); in FuzzerDriver() 840 std::atexit(Fuzzer::StaticExitCallback); in FuzzerDriver()
|
| H A D | FuzzerMerge.cpp | 200 void Fuzzer::CrashResistantMergeInternalStep(const std::string &CFPath, in CrashResistantMergeInternalStep() 223 Fuzzer::MaybeExitGracefully(); in CrashResistantMergeInternalStep() 495 Fuzzer::MaybeExitGracefully(); in CrashResistantMerge()
|
| H A D | FuzzerUtilFuchsia.cpp | 73 Fuzzer::StaticAlarmCallback(); in AlarmHandler() 164 Fuzzer::StaticCrashSignalCallback(); in StaticCrashHandler()
|
| H A D | CMakeLists.txt | 65 list(APPEND LIBFUZZER_CFLAGS -D_LIBCPP_ABI_VERSION=Fuzzer)
|
| H A D | FuzzerFork.cpp | 394 Fuzzer::MaybeExitGracefully(); in FuzzWithFork()
|
| /llvm-project-15.0.7/clang-tools-extra/pseudo/fuzzer/ |
| H A D | Fuzzer.cpp | 26 class Fuzzer { class 31 Fuzzer(bool Print) : Print(Print) {} in Fuzzer() function in clang::pseudo::__anona438122d0111::Fuzzer 53 Fuzzer *Fuzz = nullptr; 74 clang::pseudo::Fuzz = new clang::pseudo::Fuzzer(PrintForest); in LLVMFuzzerInitialize()
|
| H A D | CMakeLists.txt | 7 Fuzzer.cpp
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/RISCV/ |
| H A D | fuzzer-invalid.txt | 4 # Test generated by a LLVM MC Disassembler Protocol Buffer Fuzzer
|
| H A D | invalid-instruction.txt | 4 # Test generated by a LLVM MC Disassembler Protocol Buffer Fuzzer
|
| H A D | invalid-fp-rounding-mode.txt | 4 # Test generated by a LLVM MC Disassembler Protocol Buffer Fuzzer
|
| /llvm-project-15.0.7/llvm/test/MC/RISCV/ |
| H A D | rv32c-fuzzed-invalid.s | 5 # Protocol Buffer Fuzzer for the RISC-V assembly language.
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | SanitizerArgs.h | 86 bool needsFuzzer() const { return Sanitizers.has(SanitizerKind::Fuzzer); } in needsFuzzer()
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/tests/ |
| H A D | CMakeLists.txt | 74 FuzzerUnitTests "Fuzzer-${arch}-Test" ${arch}
|
| H A D | FuzzerUnittest.cpp | 33 TEST(Fuzzer, Basename) { in TEST() argument 48 TEST(Fuzzer, CrossOver) { in TEST() argument 107 TEST(Fuzzer, Hash) { in TEST() argument 1168 TEST(Fuzzer, ForEachNonZeroByte) { in TEST() argument
|
| /llvm-project-15.0.7/compiler-rt/test/fuzzer/ |
| H A D | CMakeLists.txt | 32 add_lit_testsuite(check-fuzzer-unit "Running Fuzzer unit tests"
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Sanitizers.def | 71 SANITIZER("fuzzer", Fuzzer)
|
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | OpenBSD.cpp | 275 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
|
| H A D | Fuchsia.cpp | 435 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
|
| H A D | FreeBSD.cpp | 501 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
|
| H A D | NetBSD.cpp | 490 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
|