Home
last modified time | relevance | path

Searched refs:EXT_FUNC (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerExtFunctions.def10 // EXT_FUNC macro must be defined at the point of inclusion. The signature of
13 // EXT_FUNC(<name>, <return_type>, <function_signature>, <warn_if_missing>)
17 EXT_FUNC(LLVMFuzzerInitialize, int, (int *argc, char ***argv), false);
18 EXT_FUNC(LLVMFuzzerCustomMutator, size_t,
21 EXT_FUNC(LLVMFuzzerCustomCrossOver, size_t,
28 EXT_FUNC(__lsan_enable, void, (), false);
29 EXT_FUNC(__lsan_disable, void, (), false);
30 EXT_FUNC(__lsan_do_recoverable_leak_check, int, (), false);
31 EXT_FUNC(__sanitizer_acquire_crash_state, int, (), true);
32 EXT_FUNC(__sanitizer_install_malloc_and_free_hooks, int,
[all …]
H A DFuzzerExtFunctionsWeak.cpp23 #define EXT_FUNC(NAME, RETURN_TYPE, FUNC_SIG, WARN) \ macro
28 #undef EXT_FUNC
42 #define EXT_FUNC(NAME, RETURN_TYPE, FUNC_SIG, WARN) \ in ExternalFunctions() macro
49 #undef EXT_FUNC in ExternalFunctions()
H A DFuzzerExtFunctionsWindows.cpp47 #define EXT_FUNC(NAME, RETURN_TYPE, FUNC_SIG, WARN) \ macro
56 #undef EXT_FUNC
72 #define EXT_FUNC(NAME, RETURN_TYPE, FUNC_SIG, WARN) \ in ExternalFunctions() macro
77 #undef EXT_FUNC in ExternalFunctions()
H A DFuzzerExtFunctions.h25 #define EXT_FUNC(NAME, RETURN_TYPE, FUNC_SIG, WARN) \ macro
30 #undef EXT_FUNC
H A DFuzzerExtFunctionsDlsym.cpp41 #define EXT_FUNC(NAME, RETURN_TYPE, FUNC_SIG, WARN) \ in ExternalFunctions() macro
46 #undef EXT_FUNC in ExternalFunctions()