Searched refs:__asan_abi_exp_store_n (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan_abi/ |
| HD | asan_abi_shim.cpp | 223 __asan_abi_exp_store_n((void *)addr, 1, exp, true); in __asan_exp_store1() 226 __asan_abi_exp_store_n((void *)addr, 2, exp, true); in __asan_exp_store2() 229 __asan_abi_exp_store_n((void *)addr, 4, exp, true); in __asan_exp_store4() 232 __asan_abi_exp_store_n((void *)addr, 8, exp, true); in __asan_exp_store8() 235 __asan_abi_exp_store_n((void *)addr, 16, exp, true); in __asan_exp_store16() 238 __asan_abi_exp_store_n((void *)addr, size, exp, true); in __asan_exp_storeN()
|
| HD | asan_abi.h | 50 void __asan_abi_exp_store_n(void *p, size_t n, int exp, bool abort);
|
| HD | asan_abi.cpp | 43 void __asan_abi_exp_store_n(void *p, size_t n, int exp, bool abort) {} in __asan_abi_exp_store_n() function
|