Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interface.inc11 INTERFACE_FUNCTION(__asan_addr_is_in_fake_stack)
12 INTERFACE_FUNCTION(__asan_address_is_poisoned)
13 INTERFACE_FUNCTION(__asan_after_dynamic_init)
14 INTERFACE_FUNCTION(__asan_alloca_poison)
15 INTERFACE_FUNCTION(__asan_allocas_unpoison)
16 INTERFACE_FUNCTION(__asan_before_dynamic_init)
17 INTERFACE_FUNCTION(__asan_describe_address)
18 INTERFACE_FUNCTION(__asan_exp_load1)
19 INTERFACE_FUNCTION(__asan_exp_load2)
20 INTERFACE_FUNCTION(__asan_exp_load4)
[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
/src/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)
12 INTERFACE_FUNCTION(__ubsan_handle_alignment_assumption)
13 INTERFACE_FUNCTION(__ubsan_handle_alignment_assumption_abort)
14 INTERFACE_FUNCTION(__ubsan_handle_builtin_unreachable)
15 INTERFACE_FUNCTION(__ubsan_handle_cfi_bad_type)
16 INTERFACE_FUNCTION(__ubsan_handle_cfi_check_fail)
17 INTERFACE_FUNCTION(__ubsan_handle_cfi_check_fail_abort)
18 INTERFACE_FUNCTION(__ubsan_handle_divrem_overflow)
19 INTERFACE_FUNCTION(__ubsan_handle_divrem_overflow_abort)
[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
/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interface.inc10 INTERFACE_FUNCTION(__sanitizer_acquire_crash_state)
11 INTERFACE_FUNCTION(__sanitizer_annotate_contiguous_container)
12 INTERFACE_FUNCTION(__sanitizer_annotate_double_ended_contiguous_container)
13 INTERFACE_FUNCTION(__sanitizer_contiguous_container_find_bad_address)
14 INTERFACE_FUNCTION(
16 INTERFACE_FUNCTION(__sanitizer_set_death_callback)
17 INTERFACE_FUNCTION(__sanitizer_set_report_path)
18 INTERFACE_FUNCTION(__sanitizer_set_report_fd)
19 INTERFACE_FUNCTION(__sanitizer_get_report_path)
20 INTERFACE_FUNCTION(__sanitizer_verify_contiguous_container)
[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_coverage_win_dynamic_runtime_thunk.cpp17 #define INTERFACE_FUNCTION(Name) macro
H A Dsanitizer_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