Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_ptrauth.h19 # define ptrauth_strip(__value, __key) \ macro
36 # define ptrauth_strip(__value, __key) __value macro
41 #define STRIP_PAC_PC(pc) ((uptr)ptrauth_strip(pc, 0))
H A Dsanitizer_mac.cpp900 (uptr)ptrauth_strip( \
930 addr = (uptr)ptrauth_strip((void *)addr, 0); in InitPcSpBp()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dptrauth.h93 #define ptrauth_strip(__value, __key) __builtin_ptrauth_strip(__value, __key) macro
258 #define ptrauth_strip(__value, __key) \ macro
/freebsd/contrib/llvm-project/libcxx/src/include/
H A Doverridable_function.h91 …__ptr = reinterpret_cast<uintptr_t>(ptrauth_strip(reinterpret_cast<void*>(__ptr), ptrauth_key_func… in __is_function_overridden()
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_type_hash_itanium.cpp210 Vtable = ptrauth_strip(Vtable, ptrauth_key_cxx_vtable_pointer); in getVtablePrefix()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp3124 auto StripIntrinsic = CGF.CGM.getIntrinsic(llvm::Intrinsic::ptrauth_strip); in EmitStrip()
H A DCGBuiltin.cpp5448 return llvm::Intrinsic::ptrauth_strip; in EmitBuiltinExpr()