Home
last modified time | relevance | path

Searched refs:__gwp_asan_get_allocation_address (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dcrash_handler.h81 uintptr_t __gwp_asan_get_allocation_address(
H A Dcrash_handler.cpp107 uintptr_t __gwp_asan_get_allocation_address( in __gwp_asan_get_allocation_address() function
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Dsegv_handler_posix.cpp53 uintptr_t Address = __gwp_asan_get_allocation_address(Metadata); in printHeader()