Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp1943 static bool Aarch64GetESR(ucontext_t *ucontext, u64 *esr) { in Aarch64GetESR() function
1960 static bool Aarch64GetESR(ucontext_t *ucontext, u64 *esr) { return false; } in Aarch64GetESR() function
2036 if (!Aarch64GetESR(ucontext, &esr)) in GetWriteFlag()