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.h49 LLVM_ABI uint16_t getPointerAuthStableSipHash(StringRef S);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSipHash.cpp39 uint16_t llvm::getPointerAuthStableSipHash(StringRef Str) { in getPointerAuthStableSipHash() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp664 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/ByteCode/
H A DInterpBuiltin.cpp1459 uint64_t Result = getPointerAuthStableSipHash(R); in interp__builtin_ptrauth_string_discriminator()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3332 return llvm::getPointerAuthStableSipHash(Str); in getPointerAuthVTablePointerDiscriminator()
3656 return llvm::getPointerAuthStableSipHash(Str); in getPointerAuthTypeDiscriminator()
H A DExprConstant.cpp13223 uint64_t Result = getPointerAuthStableSipHash(Literal->getString()); in VisitBuiltinCallExpr()