Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp381 uintptr_t InternalCrashAddr = __gwp_asan_get_internal_crash_address( in preCrashReport() local
383 if (!InternalCrashAddr) in preCrashReport()
398 uintptr_t InternalCrashAddr = in postCrashReportRecoverableOnly() local
400 uintptr_t ErrorUptr = InternalCrashAddr ?: SignalUPtr; in postCrashReportRecoverableOnly()
412 if (InternalCrashAddr) { in postCrashReportRecoverableOnly()
428 if (!InternalCrashAddr) in postCrashReportRecoverableOnly()