Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h638 if (!isPointerAuthenticationAvailable()) in containsAddressDiscriminatedPointerAuth()
649 if (!isPointerAuthenticationAvailable()) in containsNonRelocatablePointerAuth()
666 bool isPointerAuthenticationAvailable() const { in isPointerAuthenticationAvailable() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1725 assert(isPointerAuthenticationAvailable()); in findPointerAuthContent()