Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSipHash.h48 uint16_t getPointerAuthStableSipHash(StringRef S);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSipHash.cpp168 uint16_t llvm::getPointerAuthStableSipHash(StringRef Str) { in getPointerAuthStableSipHash() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp590 return getPointerAuthStableSipHash( in getPtrAuthBlockAddressDiscriminatorIfEnabled()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuth.cpp66 EntityHash = llvm::getPointerAuthStableSipHash(Name); in getPointerAuthDeclDiscriminator()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp1111 uint64_t Result = getPointerAuthStableSipHash(R); in interp__builtin_ptrauth_string_discriminator()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3145 return llvm::getPointerAuthStableSipHash(Str); in getPointerAuthVTablePointerDiscriminator()
3428 return llvm::getPointerAuthStableSipHash(Str); in getPointerAuthTypeDiscriminator()
H A DExprConstant.cpp12657 uint64_t Result = getPointerAuthStableSipHash(Literal->getString()); in VisitBuiltinCallExpr()