Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dcrash_handler.cpp26 if (State->FailureType != Error::UNKNOWN && State->FailureAddress != 0) in __gwp_asan_error_is_mine()
35 return State->FailureAddress; in __gwp_asan_get_internal_crash_address()
H A Dcommon.h123 uintptr_t FailureAddress = 0; member
H A Dguarded_pool_allocator.cpp256 State.FailureAddress = Address; in trapOnAddress()