Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dcommon.cpp81 bool AllocatorState::isGuardPage(uintptr_t Ptr) const { in isGuardPage() function in gwp_asan::AllocatorState
100 if (!isGuardPage(Ptr)) in getNearestSlot()
H A Dcommon.h134 bool isGuardPage(uintptr_t Ptr) const;
H A Dcrash_handler.cpp71 if (State->isGuardPage(ErrorPtr)) { in __gwp_asan_diagnose_error()