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.h1406 LangOptions::SignReturnAddressKeyKind SignKey; variable
1424 switch (SignKey) { in getSignKeyStr()
1435 SignKey(LangOptions::SignReturnAddressKeyKind::AKey), in BranchProtectionInfo()
1446 SignKey = LangOpts.isSignReturnAddressWithAKey() in BranchProtectionInfo()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp257 BPI.SignKey = LangOptions::SignReturnAddressKeyKind::AKey; in validateBranchProtection()
259 BPI.SignKey = LangOptions::SignReturnAddressKeyKind::BKey; in validateBranchProtection()
H A DARM.cpp423 BPI.SignKey = LangOptions::SignReturnAddressKeyKind::AKey; in validateBranchProtection()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4326 StringRef SignKey = A->getValue(); in ParseLangArgs() local
4327 if (!SignScope.empty() && !SignKey.empty()) { in ParseLangArgs()
4328 if (SignKey == "a_key") in ParseLangArgs()
4331 else if (SignKey == "b_key") in ParseLangArgs()
4336 << A->getAsString(Args) << SignKey; in ParseLangArgs()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2753 auto *SignKey = cast<ConstantInt>(II->getArgOperand(3)); in visitCallInst() local
2756 auto *NewCPA = ConstantPtrAuth::get(CPA->getPointer(), SignKey, in visitCallInst()