Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp378 uintptr_t InternalCrashAddr = __gwp_asan_get_internal_crash_address( in preCrashReport() local
380 if (!InternalCrashAddr) in preCrashReport()
395 uintptr_t InternalCrashAddr = in postCrashReportRecoverableOnly() local
397 uintptr_t ErrorUptr = InternalCrashAddr ?: SignalUPtr; in postCrashReportRecoverableOnly()
409 if (InternalCrashAddr) { in postCrashReportRecoverableOnly()
425 if (!InternalCrashAddr) in postCrashReportRecoverableOnly()