Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dcommon.h156 uintptr_t FailureAddress = 0; member
172 static_assert(offsetof(AllocatorState, FailureAddress) == 48, "");
177 static_assert(offsetof(AllocatorState, FailureAddress) == 48, "");
182 static_assert(offsetof(AllocatorState, FailureAddress) == 28, "");
187 static_assert(offsetof(AllocatorState, FailureAddress) == 28, "");
H A Dcrash_handler.cpp26 if (State->FailureType != Error::UNKNOWN && State->FailureAddress != 0) in __gwp_asan_error_is_mine()
43 return State->FailureAddress; in __gwp_asan_get_internal_crash_address()
H A Dguarded_pool_allocator.cpp299 State.FailureAddress = Address; in raiseInternallyDetectedError()
312 assert(State.FailureAddress == 0u); in raiseInternallyDetectedError()
414 State.FailureAddress = 0; in postCrashReportRecoverableOnly()