Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dptrauth.h39 ptrauth_key_function_pointer = ptrauth_key_process_independent_code, enumerator
200 ptrauth_key_function_pointer, 0)
277 __ptrauth(ptrauth_key_function_pointer, 1, 0)
/freebsd/contrib/llvm-project/libcxx/src/include/
H A Doverridable_function.h91 …rpret_cast<uintptr_t>(ptrauth_strip(reinterpret_cast<void*>(__ptr), ptrauth_key_function_pointer)); in __is_function_overridden()
122 …rpret_cast<uintptr_t>(ptrauth_strip(reinterpret_cast<void*>(__ptr), ptrauth_key_function_pointer));
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DExecutorAddress.h44 return ptrauth_sign_unauthenticated(P, ptrauth_key_function_pointer, 0); in operator()
53 return ptrauth_strip(P, ptrauth_key_function_pointer); in operator()