Searched refs:SignKey (Results 1 – 5 of 5) sorted by relevance
1406 LangOptions::SignReturnAddressKeyKind SignKey; variable1424 switch (SignKey) { in getSignKeyStr()1435 SignKey(LangOptions::SignReturnAddressKeyKind::AKey), in BranchProtectionInfo()1446 SignKey = LangOpts.isSignReturnAddressWithAKey() in BranchProtectionInfo()
257 BPI.SignKey = LangOptions::SignReturnAddressKeyKind::AKey; in validateBranchProtection()259 BPI.SignKey = LangOptions::SignReturnAddressKeyKind::BKey; in validateBranchProtection()
423 BPI.SignKey = LangOptions::SignReturnAddressKeyKind::AKey; in validateBranchProtection()
4326 StringRef SignKey = A->getValue(); in ParseLangArgs() local4327 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()
2753 auto *SignKey = cast<ConstantInt>(II->getArgOperand(3)); in visitCallInst() local2756 auto *NewCPA = ConstantPtrAuth::get(CPA->getPointer(), SignKey, in visitCallInst()