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

/openbsd-current/gnu/llvm/compiler-rt/lib/gwp_asan/
H A Dcommon.cpp81 bool AllocatorState::isGuardPage(uintptr_t Ptr) const { function in class:gwp_asan::AllocatorState
100 if (!isGuardPage(Ptr))
H A Dcommon.h134 bool isGuardPage(uintptr_t Ptr) const;
H A Dcrash_handler.cpp71 if (State->isGuardPage(ErrorPtr)) {

Completed in 114 milliseconds