The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.
For further technical details on the meaning of columns in the below table, please see the Glossary .
Func name | Functions filename | Args | Function call depth | Reached by Fuzzers | Runtime reached by Fuzzers | Combined reached by Fuzzers | Fuzzers runtime hit | Func lines hit % | I Count | BB Count | Cyclomatic complexity | Functions reached | Reached by functions | Accumulated cyclomatic complexity | Undiscovered complexity |
---|
The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview
Call tree overview bitmap:
The project has no code coverage. Will not display blockers as blockers depend on code coverage.
The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview
Call tree overview bitmap:
The project has no code coverage. Will not display blockers as blockers depend on code coverage.
The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview
Call tree overview bitmap:
The project has no code coverage. Will not display blockers as blockers depend on code coverage.
The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview
Call tree overview bitmap:
The project has no code coverage. Will not display blockers as blockers depend on code coverage.
The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview
Call tree overview bitmap:
The project has no code coverage. Will not display blockers as blockers depend on code coverage.
The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview
Call tree overview bitmap:
The project has no code coverage. Will not display blockers as blockers depend on code coverage.
The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.
Func name | Functions filename | Arg count | Args | Function depth | hitcount | instr count | bb count | cyclomatic complexity | Reachable functions | Incoming references | total cyclomatic complexity | Unreached complexity |
---|---|---|---|---|---|---|---|---|---|---|---|---|
wasm_instance_new
|
/src/wamr/core/iwasm/common/wasm_c_api.c | 4 | ['N/A', 'N/A', 'N/A', 'N/A'] | 55 | 0 | 28 | 3 | 2 | 398 | 0 | 2112 | 350 |
wasi_path_open
|
/src/wamr/core/iwasm/libraries/libc-wasi/libc_wasi_wrapper.c | 10 | ['N/A', 'int', 'int', 'N/A', 'int', 'short', 'size_t', 'size_t', 'short', 'N/A'] | 51 | 0 | 103 | 8 | 4 | 161 | 0 | 697 | 177 |
wasm_runtime_spawn_thread
|
/src/wamr/core/iwasm/common/wasm_runtime_common.c | 4 | ['N/A', 'N/A', 'N/A', 'N/A'] | 28 | 0 | 88 | 11 | 5 | 336 | 0 | 1772 | 173 |
wasm_importtype_vec_copy
|
/src/wamr/core/iwasm/common/wasm_c_api.c | 2 | ['N/A', 'N/A'] | 54 | 0 | 109 | 20 | 8 | 123 | 0 | 566 | 107 |
aot_compress_aot_func_names
|
/src/wamr/core/iwasm/compilation/aot_llvm_extra.cpp | 2 | ['N/A', 'N/A'] | 47 | 0 | 194 | 31 | 25 | 205 | 0 | 569 | 72 |
wasm_store_new
|
/src/wamr/core/iwasm/common/wasm_c_api.c | 1 | ['N/A'] | 50 | 0 | 226 | 46 | 18 | 177 | 0 | 916 | 71 |
wasi_sock_send_to
|
/src/wamr/core/iwasm/libraries/libc-wasi/libc_wasi_wrapper.c | 7 | ['N/A', 'int', 'N/A', 'int', 'short', 'N/A', 'N/A'] | 49 | 0 | 122 | 10 | 5 | 133 | 0 | 568 | 71 |
Implementing fuzzers that target the above functions will improve reachability such that it becomes:
If you implement fuzzers for these functions, the status of all functions in the project will be:
Func name | Functions filename | Args | Function call depth | Reached by Fuzzers | Runtime reached by Fuzzers | Combined reached by Fuzzers | Fuzzers runtime hit | Func lines hit % | I Count | BB Count | Cyclomatic complexity | Functions reached | Reached by functions | Accumulated cyclomatic complexity | Undiscovered complexity |
---|
This sections provides heuristics that can be used as input to a fuzz engine when running a given fuzz target. The current focus is on providing input that is usable by libFuzzer.
Use this with the libFuzzer -dict=DICT.file flag
Use this with the libFuzzer -dict=DICT.file flag
Use this with the libFuzzer -dict=DICT.file flag
Use this with the libFuzzer -dict=DICT.file flag
Use this with the libFuzzer -dict=DICT.file flag
Use this with the libFuzzer -dict=DICT.file flag
This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link
Source file | Reached by | Covered by |
---|---|---|
[] | [] | |
/src/wamr/core/iwasm/aot/../compilation/aot.h | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit'] | [] |
/src/wamr/core/iwasm/compilation/aot_emit_const.c | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/ADT/SmallVector.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/interpreter/../common/wasm_exec_env.h | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/shared/utils/bh_assert.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit'] | [] |
/src/wamr/core/iwasm/compilation/aot_emit_table.c | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/compilation/aot_emit_memory.c | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/alloc_traits.h | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/unique_ptr.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/interpreter/wasm_interp.h | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm-c/Target.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/Object/Archive.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/shared/platform/linux/platform_internal.h | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/interpreter/wasm_runtime.h | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/ADT/DenseMapInfo.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/compilation/simd/simd_floating_point.c | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/shared/utils/bh_list.c | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/Transforms/Vectorize/SLPVectorizer.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/interpreter/wasm_loader.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/IR/IntrinsicInst.h | [] | [] |
/src/wamr/core/iwasm/compilation/aot_emit_gc.c | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/compilation/aot_emit_numberic.c | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/compilation/aot_emit_variable.c | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/stl_iterator.h | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/shared/platform/common/posix/posix_blocking_op.c | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/compilation/aot_llvm_extra2.cpp | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/IR/User.h | [] | [] |
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/list.tcc | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/Analysis/LoopAnalysisManager.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/IR/OperandTraits.h | [] | [] |
/src/wamr/core/iwasm/common/gc/../gc/gc_type.h | [] | [] |
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/allocator.h | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/compilation/aot_emit_exception.c | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/compilation/simd/simd_sat_int_arith.c | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/common/wasm_exec_env.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/ADT/StringRef.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/atomic_base.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/compilation/aot.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/common/gc/gc_object.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/CodeGen/MachineFrameInfo.h | [] | [] |
/src/wamr/core/iwasm/compilation/aot_compiler.c | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/interpreter/wasm_interp_fast.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp'] | [] |
/opt/llvm-15.0.6/include/llvm/IR/GlobalValue.h | [] | [] |
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/mutex | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/IR/Value.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/ADT/Twine.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/Analysis/TargetTransformInfo.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/libraries/libc-wasi/sandboxed-system-primitives/src/refcount.h | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit'] | [] |
/src/wamr/core/iwasm/aot/aot_runtime.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/common/wasm_runtime_common.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/libraries/libc-wasi/sandboxed-system-primitives/src/blocking_op.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit'] | [] |
/src/wamr/core/shared/utils/bh_vector.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/shared/mem-alloc/ems/ems_alloc.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/ADT/ilist_iterator.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/x86_64-linux-gnu/c++/9/bits/gthr-default.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/shared/mem-alloc/ems/ems_kfc.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/compilation/aot_emit_parametric.c | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/ADT/StringMapEntry.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/ext/aligned_buffer.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/Target/TargetOptions.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/common/wasm_shared_memory.c | ['/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/unique_lock.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/shared/utils/bh_bitmap.h | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/ext/type_traits.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/shared/mem-alloc/mem_alloc.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/compilation/aot_emit_conversion.c | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/tests/fuzz/wasm-mutator-fuzz/wasm-mutator/wasm_mutator_fuzz.cc | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit'] | [] |
/src/wamr/core/iwasm/interpreter/../common/wasm_runtime_common.h | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/ext/alloc_traits.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/Support/MathExtras.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/basic_string.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/shared/platform/common/posix/posix_file.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit'] | [] |
/opt/llvm-15.0.6/include/llvm/ADT/EpochTracker.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/IR/Instructions.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/compilation/simd/simd_common.c | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/aot/aot_loader.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/shared/utils/runtime_timer.c | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/compilation/simd/simd_access_lanes.c | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/shared/platform/common/posix/posix_socket.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit'] | [] |
/opt/llvm-15.0.6/include/llvm/ADT/BitVector.h | [] | [] |
/opt/llvm-15.0.6/include/llvm/Analysis/TargetLibraryInfo.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/shared/utils/bh_common.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/IR/PassManager.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/common/wasm_memory.h | ['/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/common/../include/wasm_c_api.h | [] | [] |
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/std_mutex.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/compilation/simd/simd_bitwise_ops.c | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/IR/BasicBlock.h | [] | [] |
/opt/llvm-15.0.6/include/llvm/ExecutionEngine/Orc/SymbolStringPool.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/common/wasm_memory.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/atomic | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/interpreter/wasm_runtime.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/Support/MemoryBuffer.h | [] | [] |
/opt/llvm-15.0.6/include/llvm/ADT/MapVector.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/compilation/../common/../interpreter/wasm.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/aot/aot_validator.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit'] | [] |
/src/wamr/core/shared/platform/common/posix/posix_clock.c | [] | [] |
/src/wamr/core/iwasm/compilation/simd/simd_bitmask_extracts.c | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/Analysis/AliasAnalysis.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/compilation/simd/simd_comparisons.c | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/compilation/aot_stack_frame_comp.c | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/stl_vector.h | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/char_traits.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/common/wasm_c_api.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/compilation/simd/simd_common.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/Support/LowLevelTypeImpl.h | [] | [] |
/src/wamr/core/iwasm/aot/aot_intrinsic.c | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/shared_ptr.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/shared/mem-alloc/ems/ems_gc_internal.h | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/compilation/simd/simd_construct_values.c | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/aot/arch/aot_reloc_dummy.c | ['/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/tuple | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/aot/../interpreter/wasm_runtime.h | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit'] | [] |
/opt/llvm-15.0.6/include/llvm/ADT/StringMap.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/compilation/aot_orc_extra.cpp | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/tests/fuzz/wasm-mutator-fuzz/build-classic-interp/_deps/simde-src/simde/wasm/../simde-common.h | ['wamr_fuzz_classic_interp'] | [] |
/src/wamr/core/iwasm/interpreter/../common/gc/gc_type.h | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/common/wasm_loader_common.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/Support/CommandLine.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/compilation/aot_emit_function.c | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/std_function.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/Analysis/CGSCCPassManager.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/libraries/libc-wasi/sandboxed-system-primitives/src/str.c | [] | [] |
/src/wamr/core/iwasm/interpreter/wasm_interp_classic.c | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/compilation/simd/simd_conversions.c | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/basic_string.tcc | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/shared/platform/common/posix/posix_memmap.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/Transforms/Vectorize/LoopVectorize.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/Support/AllocatorBase.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h | [] | [] |
/src/wamr/core/shared/utils/bh_atomic.h | ['/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/common/gc/gc_object.h | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc | ['/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/ext/new_allocator.h | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/ADT/ArrayRef.h | [] | [] |
/src/wamr/tests/fuzz/wasm-mutator-fuzz/build-fast-interp/_deps/simde-src/simde/wasm/../simde-common.h | ['wamr_fuzz_fast_interp'] | [] |
/src/wamr/core/iwasm/common/wasm_native.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/stl_pair.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/compilation/aot_llvm.c | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/ADT/DenseMap.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/ExecutionEngine/Orc/Core.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/CodeGen/MachineFunctionPass.h | [] | [] |
/src/wamr/core/iwasm/compilation/simd/simd_load_store.c | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/aot/arch/aot_reloc_x86_64.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit'] | [] |
/src/wamr/core/iwasm/compilation/simd/../aot_compiler.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/Support/Casting.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/ADT/simple_ilist.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/string_view | [] | [] |
/opt/llvm-15.0.6/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/IR/PassManagerInternal.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/libraries/libc-wasi/sandboxed-system-primitives/src/posix.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit'] | [] |
/opt/llvm-15.0.6/include/llvm/Support/raw_ostream.h | [] | [] |
/opt/llvm-15.0.6/include/llvm/ADT/Bitfields.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/shared/utils/bh_leb128.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/aot/../common/../interpreter/wasm.h | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/Pass.h | [] | [] |
/src/wamr/core/iwasm/compilation/simd/simd_bool_reductions.c | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/shared/utils/bh_hashmap.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/shared/platform/common/libc-util/libc_errno.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit'] | [] |
/src/wamr/core/iwasm/libraries/thread-mgr/thread_manager.c | ['/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/ext/atomicity.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/IR/Instruction.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/Transforms/Vectorize/VectorCombine.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/MC/MCTargetOptions.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/Support/PointerLikeTypeTraits.h | [] | [] |
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/stl_tree.h | [] | [] |
/opt/llvm-15.0.6/include/llvm/IR/Function.h | [] | [] |
/src/wamr/core/iwasm/libraries/libc-wasi/sandboxed-system-primitives/src/locking.h | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit'] | [] |
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/stl_construct.h | [] | [] |
/src/wamr/core/shared/platform/common/posix/posix_sleep.c | ['/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/common/gc/gc_type.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/Support/PGOOptions.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/stl_list.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/ADT/Triple.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/Support/ReverseIteration.h | [] | [] |
/opt/llvm-15.0.6/include/llvm/ExecutionEngine/Orc/JITTargetMachineBuilder.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/Transforms/Scalar/LoopPassManager.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/IR/Use.h | [] | [] |
/src/wamr/core/iwasm/libraries/libc-wasi/libc_wasi_wrapper.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit'] | [] |
/opt/llvm-15.0.6/include/llvm/Transforms/Scalar/LICM.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/ADT/APInt.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/shared/platform/common/posix/posix_thread.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/Target/TargetMachine.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/Support/Error.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/ADT/FloatingPointMode.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/interpreter/wasm.h | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/Passes/OptimizationLevel.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/libraries/libc-wasi/sandboxed-system-primitives/src/random.c | [] | [] |
/opt/llvm-15.0.6/include/llvm/ADT/ilist_node.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/shared/utils/bh_bitmap.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit'] | [] |
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/vector.tcc | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/compilation/aot_emit_compare.c | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/compilation/simd/simd_bit_shifts.c | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/compilation/aot_llvm_extra.cpp | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/IR/Module.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/Support/TypeName.h | [] | [] |
/src/wamr/core/iwasm/compilation/aot_emit_control.c | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/ADT/STLFunctionalExtras.h | [] | [] |
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/stl_uninitialized.h | [] | [] |
/opt/llvm-15.0.6/include/llvm/Passes/PassBuilder.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/Support/SmallVectorMemoryBuffer.h | [] | [] |
/opt/llvm-15.0.6/include/llvm/IR/InstrTypes.h | [] | [] |
/src/wamr/core/iwasm/common/wasm_blocking_op.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/shared_ptr_base.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/CodeGen/MachineFunction.h | [] | [] |
/src/wamr/core/iwasm/compilation/../common/gc/gc_type.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/compilation/aot_orc_extra2.cpp | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/compilation/simd/simd_int_arith.c | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/shared/utils/bh_log.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/shared/platform/common/posix/posix_time.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/ExecutionEngine/Orc/LLJIT.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/MC/TargetRegistry.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/shared/platform/linux/platform_init.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/common/gc/gc_common.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/compilation/aot.c | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/shared/platform/linux/../include/platform_api_vmcore.h | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/shared/platform/common/posix/posix_malloc.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/ADT/Optional.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/ADT/ilist_node_base.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/common/gc/gc_type.h | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/MC/SubtargetFeature.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/stl_algobase.h | [] | [] |
/src/wamr/core/iwasm/compilation/aot_compiler.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/shared/mem-alloc/ems/ems_gc.c | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/opt/llvm-15.0.6/include/llvm/ADT/SmallPtrSet.h | ['wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
/src/wamr/core/iwasm/interpreter/../common/gc/gc_object.h | ['wamr_fuzz_fast_interp', 'wamr_fuzz_classic_interp', 'wamr_fuzz_llvm_jit', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc', 'wamr_fuzz_aot_compiler', '/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc'] | [] |
Directory |
---|
/src/wamr/core/iwasm/interpreter/ |
/src/wamr/core/iwasm/compilation/simd/ |
/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/ |
/opt/llvm-15.0.6/include/llvm/CodeGen/ |
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/x86_64-linux-gnu/c++/9/bits/ |
/src/wamr/core/iwasm/compilation/simd/../ |
/src/wamr/tests/fuzz/wasm-mutator-fuzz/build-classic-interp/_deps/simde-src/simde/wasm/../ |
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/ |
/opt/llvm-15.0.6/include/llvm/Transforms/Vectorize/ |
/opt/llvm-15.0.6/include/llvm/IR/ |
/src/wamr/core/shared/platform/linux/ |
/src/wamr/core/iwasm/libraries/thread-mgr/ |
/opt/llvm-15.0.6/include/llvm/Analysis/ |
/opt/llvm-15.0.6/include/llvm/ExecutionEngine/Orc/ |
/src/wamr/core/iwasm/aot/../compilation/ |
/src/wamr/core/iwasm/compilation/../common/../interpreter/ |
/src/wamr/core/shared/platform/linux/../include/ |
/src/wamr/core/iwasm/libraries/libc-wasi/sandboxed-system-primitives/src/ |
/src/wamr/core/iwasm/aot/arch/ |
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/ext/ |
/src/wamr/core/iwasm/common/gc/ |
/src/wamr/core/shared/mem-alloc/ems/ |
/opt/llvm-15.0.6/include/llvm/Passes/ |
/opt/llvm-15.0.6/include/llvm/ExecutionEngine/Orc/Shared/ |
/src/wamr/core/iwasm/common/ |
/opt/llvm-15.0.6/include/llvm/Transforms/Scalar/ |
/src/wamr/core/iwasm/interpreter/../common/ |
/opt/llvm-15.0.6/include/llvm/MC/ |
/src/wamr/tests/fuzz/wasm-mutator-fuzz/build-fast-interp/_deps/simde-src/simde/wasm/../ |
/src/wamr/core/shared/utils/ |
/opt/llvm-15.0.6/include/llvm-c/ |
/src/wamr/core/iwasm/common/../include/ |
/src/wamr/core/iwasm/common/gc/../gc/ |
/opt/llvm-15.0.6/include/llvm/ADT/ |
/src/wamr/core/shared/platform/common/posix/ |
/src/wamr/core/iwasm/compilation/ |
/src/wamr/tests/fuzz/wasm-mutator-fuzz/wasm-mutator/ |
/src/wamr/core/iwasm/aot/ |
/src/wamr/core/shared/mem-alloc/ |
/src/wamr/core/iwasm/libraries/libc-wasi/ |
/src/wamr/core/iwasm/aot/../interpreter/ |
/opt/llvm-15.0.6/include/llvm/Target/ |
/src/wamr/core/shared/platform/common/libc-util/ |
/opt/llvm-15.0.6/include/llvm/ |
/src/wamr/core/iwasm/interpreter/../common/gc/ |
/src/wamr/core/iwasm/aot/../common/../interpreter/ |
/src/wamr/core/iwasm/compilation/../common/gc/ |
/opt/llvm-15.0.6/include/llvm/Object/ |
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/ |
/opt/llvm-15.0.6/include/llvm/Support/ |
This sections shows the raw data that is used to produce this report. This is mainly used for further processing and developer debugging.
Fuzzer | Calltree file | Program data file | Coverage file |
---|---|---|---|
wamr_fuzz_fast_interp | fuzzerLogFile-0-TQ6EDi8pFz.data | fuzzerLogFile-0-TQ6EDi8pFz.data.yaml | |
wamr_fuzz_classic_interp | fuzzerLogFile-0-RMOd7fOUhk.data | fuzzerLogFile-0-RMOd7fOUhk.data.yaml | |
wamr_fuzz_llvm_jit | fuzzerLogFile-0-uuVYgEdHKc.data | fuzzerLogFile-0-uuVYgEdHKc.data.yaml | |
/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc | fuzzerLogFile-0-sbmIeH73iD.data | fuzzerLogFile-0-sbmIeH73iD.data.yaml | |
wamr_fuzz_aot_compiler | fuzzerLogFile-0-KbiG2glyHR.data | fuzzerLogFile-0-KbiG2glyHR.data.yaml | |
/src/wamr/tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc | fuzzerLogFile-0-4hNh2gs0gT.data | fuzzerLogFile-0-4hNh2gs0gT.data.yaml |