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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dcommon.cpp78 bool AllocatorState::isGuardPage(uintptr_t Ptr) const { function in class:gwp_asan::AllocatorState
97 if (!isGuardPage(Ptr))
H A Dcommon.h104 bool isGuardPage(uintptr_t Ptr) const;
H A Dcrash_handler.cpp54 if (State->isGuardPage(ErrorPtr)) {

Completed in 131 milliseconds