Lines Matching +refs:llvm +refs:mode +refs:syntax +refs:table

29 Refer to https://releases.llvm.org/5.0.0/docs/LibFuzzer.html for documentation on the older version.
181 Fork mode
184 **Experimental** mode ``-fork=N`` (where ``N`` is the number of parallel jobs)
246 In this mode the fuzzer binary can be used as a regression test (e.g. on a
486 The dictionary syntax is similar to that used by AFL_ for its ``-x`` option::
530 Fuzzer-friendly build mode
538 E.g. libxml uses ``rand()`` inside its hash table.
550 // In fuzzing mode the behavior of the code should be deterministic.
568 ./llvm-fuzz testcase_dir findings_dir # Will write new tests to testcase_dir
574 see an example `here <https://github.com/llvm/llvm-project/tree/master/compiler-rt/lib/fuzzer/afl>`…
584 `Clang Coverage <https://clang.llvm.org/docs/SourceBasedCodeCoverage.html>`_,
629 …/usr/lib/<llvm-version>/lib/clang/<clang-version>/lib/linux/libclang_rt.fuzzer_no_main-<architectu…
711 `LLVM Snapshot Builds <https://llvm.org/builds/>`_.
800llvm.org/show_bug.cgi?id=23057>`_, `Clang-format <https://bugs.llvm.org/show_bug.cgi?id=23052>`_, …
813 .. _SanitizerCoverage: https://clang.llvm.org/docs/SanitizerCoverage.html
814 .. _SanitizerCoverageTraceDataFlow: https://clang.llvm.org/docs/SanitizerCoverage.html#tracing-data…
815 .. _AddressSanitizer: https://clang.llvm.org/docs/AddressSanitizer.html
816 .. _LeakSanitizer: https://clang.llvm.org/docs/LeakSanitizer.html
818 .. _FuzzerInterface.h: https://github.com/llvm/llvm-project/blob/master/compiler-rt/lib/fuzzer/Fuzz…
819 .. _3.7.0: https://llvm.org/releases/3.7.0/docs/LibFuzzer.html
820 .. _building Clang from trunk: https://clang.llvm.org/get_started.html
821 .. _MemorySanitizer: https://clang.llvm.org/docs/MemorySanitizer.html
822 .. _UndefinedBehaviorSanitizer: https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html
823 .. _`coverage counters`: https://clang.llvm.org/docs/SanitizerCoverage.html#coverage-counters
825 .. _`caller-callee pairs`: https://clang.llvm.org/docs/SanitizerCoverage.html#caller-callee-coverage