Home
last modified time | relevance | path

Searched refs:SignKey (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1435 LangOptions::SignReturnAddressKeyKind SignKey; variable
1453 switch (SignKey) { in getSignKeyStr()
1464 SignKey(LangOptions::SignReturnAddressKeyKind::AKey), in BranchProtectionInfo()
1475 SignKey = LangOpts.isSignReturnAddressWithAKey() in BranchProtectionInfo()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp276 BPI.SignKey = LangOptions::SignReturnAddressKeyKind::AKey; in validateBranchProtection()
278 BPI.SignKey = LangOptions::SignReturnAddressKeyKind::BKey; in validateBranchProtection()
H A DARM.cpp425 BPI.SignKey = LangOptions::SignReturnAddressKeyKind::AKey; in validateBranchProtection()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4611 StringRef SignKey = A->getValue(); in ParseLangArgs() local
4612 if (!SignScope.empty() && !SignKey.empty()) { in ParseLangArgs()
4613 if (SignKey == "a_key") in ParseLangArgs()
4616 else if (SignKey == "b_key") in ParseLangArgs()
4621 << A->getAsString(Args) << SignKey; in ParseLangArgs()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3041 auto *SignKey = cast<ConstantInt>(II->getArgOperand(3)); in visitCallInst() local
3044 auto *NewCPA = ConstantPtrAuth::get(CPA->getPointer(), SignKey, in visitCallInst()