Home
last modified time | relevance | path

Searched refs:INTERFACE_FUNCTION (Results 1 – 16 of 16) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interface.inc18 INTERFACE_FUNCTION(__asan_exp_load1)
19 INTERFACE_FUNCTION(__asan_exp_load2)
43 INTERFACE_FUNCTION(__asan_init)
45 INTERFACE_FUNCTION(__asan_load1)
46 INTERFACE_FUNCTION(__asan_load2)
47 INTERFACE_FUNCTION(__asan_load4)
48 INTERFACE_FUNCTION(__asan_load8)
49 INTERFACE_FUNCTION(__asan_load16)
50 INTERFACE_FUNCTION(__asan_loadN)
58 INTERFACE_FUNCTION(__asan_memcpy)
[all …]
H A Dasan_win_weak_interception.cpp19 #define INTERFACE_FUNCTION(Name) macro
H A Dasan_win_dynamic_runtime_thunk.cpp30 #define INTERFACE_FUNCTION(Name) macro
H A Dasan_win_dll_thunk.cpp25 #define INTERFACE_FUNCTION(Name) INTERCEPT_SANITIZER_FUNCTION(Name) macro
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_interface.inc10 INTERFACE_FUNCTION(__ubsan_handle_add_overflow)
11 INTERFACE_FUNCTION(__ubsan_handle_add_overflow_abort)
15 INTERFACE_FUNCTION(__ubsan_handle_cfi_bad_type)
16 INTERFACE_FUNCTION(__ubsan_handle_cfi_check_fail)
18 INTERFACE_FUNCTION(__ubsan_handle_divrem_overflow)
34 INTERFACE_FUNCTION(__ubsan_handle_missing_return)
35 INTERFACE_FUNCTION(__ubsan_handle_mul_overflow)
39 INTERFACE_FUNCTION(__ubsan_handle_nonnull_arg)
47 INTERFACE_FUNCTION(__ubsan_handle_out_of_bounds)
53 INTERFACE_FUNCTION(__ubsan_handle_sub_overflow)
[all …]
H A Dubsan_win_weak_interception.cpp20 #define INTERFACE_FUNCTION(Name) macro
H A Dubsan_win_dynamic_runtime_thunk.cpp17 #define INTERFACE_FUNCTION(Name) macro
H A Dubsan_win_dll_thunk.cpp17 #define INTERFACE_FUNCTION(Name) INTERCEPT_SANITIZER_FUNCTION(Name) macro
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interface.inc10 INTERFACE_FUNCTION(__sanitizer_acquire_crash_state)
14 INTERFACE_FUNCTION(
17 INTERFACE_FUNCTION(__sanitizer_set_report_path)
18 INTERFACE_FUNCTION(__sanitizer_set_report_fd)
19 INTERFACE_FUNCTION(__sanitizer_get_report_path)
32 INTERFACE_FUNCTION(__sanitizer_symbolize_global)
33 INTERFACE_FUNCTION(__sanitizer_symbolize_pc)
40 INTERFACE_FUNCTION(__sanitizer_get_free_bytes)
41 INTERFACE_FUNCTION(__sanitizer_get_heap_size)
42 INTERFACE_FUNCTION(__sanitizer_get_ownership)
[all …]
H A Dsanitizer_coverage_interface.inc10 INTERFACE_FUNCTION(__sanitizer_cov_dump)
11 INTERFACE_FUNCTION(__sanitizer_cov_reset)
12 INTERFACE_FUNCTION(__sanitizer_dump_coverage)
13 INTERFACE_FUNCTION(__sanitizer_dump_trace_pc_guard_coverage)
H A Dsanitizer_coverage_win_weak_interception.cpp20 #define INTERFACE_FUNCTION(Name) macro
H A Dsanitizer_coverage_win_dll_thunk.cpp17 #define INTERFACE_FUNCTION(Name) INTERCEPT_SANITIZER_FUNCTION(Name) macro
H A Dsanitizer_win_dynamic_runtime_thunk.cpp17 #define INTERFACE_FUNCTION(Name) macro
H A Dsanitizer_coverage_win_dynamic_runtime_thunk.cpp17 #define INTERFACE_FUNCTION(Name) macro
H A Dsanitizer_win_weak_interception.cpp53 #define INTERFACE_FUNCTION(Name) macro
H A Dsanitizer_win_dll_thunk.cpp53 #define INTERFACE_FUNCTION(Name) INTERCEPT_SANITIZER_FUNCTION(Name) macro