Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/asan/
Dasan_interface.inc10 INTERFACE_FUNCTION(__asan_addr_is_in_fake_stack)
11 INTERFACE_FUNCTION(__asan_address_is_poisoned)
12 INTERFACE_FUNCTION(__asan_after_dynamic_init)
13 INTERFACE_FUNCTION(__asan_alloca_poison)
14 INTERFACE_FUNCTION(__asan_allocas_unpoison)
15 INTERFACE_FUNCTION(__asan_before_dynamic_init)
16 INTERFACE_FUNCTION(__asan_describe_address)
17 INTERFACE_FUNCTION(__asan_exp_load1)
18 INTERFACE_FUNCTION(__asan_exp_load2)
19 INTERFACE_FUNCTION(__asan_exp_load4)
[all …]
Dasan_win_weak_interception.cpp19 #define INTERFACE_FUNCTION(Name) macro
Dasan_win_dynamic_runtime_thunk.cpp30 #define INTERFACE_FUNCTION(Name) macro
Dasan_win_dll_thunk.cpp25 #define INTERFACE_FUNCTION(Name) INTERCEPT_SANITIZER_FUNCTION(Name) macro
/external/llvm-project/compiler-rt/lib/ubsan/
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 …]
Dubsan_win_weak_interception.cpp20 #define INTERFACE_FUNCTION(Name) macro
Dubsan_win_dynamic_runtime_thunk.cpp17 #define INTERFACE_FUNCTION(Name) macro
Dubsan_win_dll_thunk.cpp17 #define INTERFACE_FUNCTION(Name) INTERCEPT_SANITIZER_FUNCTION(Name) macro
/external/compiler-rt/lib/asan/
Dasan_win_dll_thunk.cc76 #define INTERFACE_FUNCTION(name) \ macro
225 INTERFACE_FUNCTION(__asan_handle_no_return)
227 INTERFACE_FUNCTION(__asan_report_store1)
228 INTERFACE_FUNCTION(__asan_report_store2)
229 INTERFACE_FUNCTION(__asan_report_store4)
230 INTERFACE_FUNCTION(__asan_report_store8)
231 INTERFACE_FUNCTION(__asan_report_store16)
232 INTERFACE_FUNCTION(__asan_report_store_n)
234 INTERFACE_FUNCTION(__asan_report_load1)
235 INTERFACE_FUNCTION(__asan_report_load2)
[all …]
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interface.inc10 INTERFACE_FUNCTION(__sanitizer_acquire_crash_state)
11 INTERFACE_FUNCTION(__sanitizer_annotate_contiguous_container)
12 INTERFACE_FUNCTION(__sanitizer_contiguous_container_find_bad_address)
13 INTERFACE_FUNCTION(__sanitizer_set_death_callback)
14 INTERFACE_FUNCTION(__sanitizer_set_report_path)
15 INTERFACE_FUNCTION(__sanitizer_set_report_fd)
16 INTERFACE_FUNCTION(__sanitizer_get_report_path)
17 INTERFACE_FUNCTION(__sanitizer_verify_contiguous_container)
27 INTERFACE_FUNCTION(__sanitizer_get_module_and_offset_for_pc)
28 INTERFACE_FUNCTION(__sanitizer_symbolize_global)
[all …]
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)
Dsanitizer_coverage_win_weak_interception.cpp20 #define INTERFACE_FUNCTION(Name) macro
Dsanitizer_coverage_win_dll_thunk.cpp17 #define INTERFACE_FUNCTION(Name) INTERCEPT_SANITIZER_FUNCTION(Name) macro
Dsanitizer_coverage_win_dynamic_runtime_thunk.cpp17 #define INTERFACE_FUNCTION(Name) macro
Dsanitizer_win_dynamic_runtime_thunk.cpp17 #define INTERFACE_FUNCTION(Name) macro
Dsanitizer_win_weak_interception.cpp53 #define INTERFACE_FUNCTION(Name) macro
Dsanitizer_win_dll_thunk.cpp53 #define INTERFACE_FUNCTION(Name) INTERCEPT_SANITIZER_FUNCTION(Name) macro