Searched refs:SignKey (Results 1 – 5 of 5) sorted by relevance
223 BPI.SignKey = LangOptions::SignReturnAddressKeyKind::AKey; in validateBranchProtection()225 BPI.SignKey = LangOptions::SignReturnAddressKeyKind::BKey; in validateBranchProtection()
422 BPI.SignKey = LangOptions::SignReturnAddressKeyKind::AKey; in validateBranchProtection()
1372 LangOptions::SignReturnAddressKeyKind SignKey = member
132 BPI.SignKey == LangOptions::SignReturnAddressKeyKind::AKey in setTargetAttributes()
4148 StringRef SignKey = A->getValue(); in ParseLangArgs() local4149 if (!SignScope.empty() && !SignKey.empty()) { in ParseLangArgs()4150 if (SignKey == "a_key") in ParseLangArgs()4153 else if (SignKey == "b_key") in ParseLangArgs()4158 << A->getAsString(Args) << SignKey; in ParseLangArgs()