Searched refs:SignKey (Results 1 – 5 of 5) sorted by relevance
1435 LangOptions::SignReturnAddressKeyKind SignKey; variable1453 switch (SignKey) { in getSignKeyStr()1464 SignKey(LangOptions::SignReturnAddressKeyKind::AKey), in BranchProtectionInfo()1475 SignKey = LangOpts.isSignReturnAddressWithAKey() in BranchProtectionInfo()
276 BPI.SignKey = LangOptions::SignReturnAddressKeyKind::AKey; in validateBranchProtection()278 BPI.SignKey = LangOptions::SignReturnAddressKeyKind::BKey; in validateBranchProtection()
425 BPI.SignKey = LangOptions::SignReturnAddressKeyKind::AKey; in validateBranchProtection()
4611 StringRef SignKey = A->getValue(); in ParseLangArgs() local4612 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()
3041 auto *SignKey = cast<ConstantInt>(II->getArgOperand(3)); in visitCallInst() local3044 auto *NewCPA = ConstantPtrAuth::get(CPA->getPointer(), SignKey, in visitCallInst()