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

47 ``./third_party/llvm-build/Release+Asserts/bin/clang``)
83 svn co http://llvm.org/svn/llvm-project/llvm/trunk/lib/Fuzzer
85 # git clone https://chromium.googlesource.com/chromium/llvm-project/llvm/lib/Fuzzer
207 In this mode the fuzzer binary can be used as a regression test (e.g. on a
511 svn co http://llvm.org/svn/llvm-project/llvm/trunk/lib/Fuzzer
578 The dictionary syntax is similar to that used by AFL_ for its ``-x`` option::
601 This mode can be combined with DataFlowSanitizer_ to achieve better sensitivity.
603 Fuzzer-friendly build mode
611 E.g. libxml uses ``rand()`` inside its hash table.
623 // In fuzzing mode the behavior of the code should be deterministic.
641 ./llvm-fuzz testcase_dir findings_dir # Will write new tests to testcase_dir
647 see an example `here <https://github.com/llvm-mirror/llvm/blob/master/lib/Fuzzer/afl/afl_driver.cpp…
666 e.g. using `Clang coverage <http://clang.llvm.org/docs/SourceBasedCodeCoverage.html>`_,
730 …LLVM_USE_SANITIZE_COVERAGE=YES -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=ON /path/to/llvm
754 Tracking bug: https://llvm.org/bugs/show_bug.cgi?id=23052
761 Tracking bug: https://llvm.org/bugs/show_bug.cgi?id=23057
763 llvm-as-fuzzer
766 Tracking bug: https://llvm.org/bugs/show_bug.cgi?id=24639
768 llvm-mc-fuzzer
775 When run in dissassembly mode, the inputs are opcodes to be disassembled. The
781 a single dash, while other arguments control the operation mode and target in a
782 similar manner to ``llvm-mc`` and should have two dashes. For example:
786 llvm-mc-fuzzer --triple=aarch64-linux-gnu --disassemble --fuzzer-args -max_len=4 -jobs=10
792 shown at http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-fuzzer .
887llvm.org/bugs/show_bug.cgi?id=23057>`_, `Clang-format <https://llvm.org/bugs/show_bug.cgi?id=23052…
891 .. _SanitizerCoverage: http://clang.llvm.org/docs/SanitizerCoverage.html
892 .. _SanitizerCoverageTraceDataFlow: http://clang.llvm.org/docs/SanitizerCoverage.html#tracing-data-…
893 .. _DataFlowSanitizer: http://clang.llvm.org/docs/DataFlowSanitizer.html
894 .. _AddressSanitizer: http://clang.llvm.org/docs/AddressSanitizer.html
895 .. _LeakSanitizer: http://clang.llvm.org/docs/LeakSanitizer.html
897 .. _FuzzerInterface.h: https://github.com/llvm-mirror/llvm/blob/master/lib/Fuzzer/FuzzerInterface.h
898 .. _3.7.0: http://llvm.org/releases/3.7.0/docs/LibFuzzer.html
899 .. _building Clang from trunk: http://clang.llvm.org/get_started.html
900 .. _MemorySanitizer: http://clang.llvm.org/docs/MemorySanitizer.html
901 .. _UndefinedBehaviorSanitizer: http://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html
902 .. _`coverage counters`: http://clang.llvm.org/docs/SanitizerCoverage.html#coverage-counters
903 .. _`caller-callee pairs`: http://clang.llvm.org/docs/SanitizerCoverage.html#caller-callee-coverage