Home
last modified time | relevance | path

Searched refs:SignReturnAddressKeyKind (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1406 LangOptions::SignReturnAddressKeyKind SignKey;
1425 case LangOptions::SignReturnAddressKeyKind::AKey: in getSignKeyStr()
1427 case LangOptions::SignReturnAddressKeyKind::BKey: in getSignKeyStr()
1435 SignKey(LangOptions::SignReturnAddressKeyKind::AKey), in BranchProtectionInfo()
1447 ? LangOptions::SignReturnAddressKeyKind::AKey in BranchProtectionInfo()
1448 : LangOptions::SignReturnAddressKeyKind::BKey; in BranchProtectionInfo()
H A DLangOptions.h342 enum class SignReturnAddressKeyKind { enum
688 return getSignReturnAddressKey() == SignReturnAddressKeyKind::AKey; in isSignReturnAddressWithAKey()
H A DLangOptions.def482 ENUM_LANGOPT(SignReturnAddressKey, SignReturnAddressKeyKind, 1, SignReturnAddressKeyKind::AKey,
/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.cpp3806 LangOptions::SignReturnAddressKeyKind::BKey) in GenerateLangArgs()
4330 LangOptions::SignReturnAddressKeyKind::AKey); in ParseLangArgs()
4333 LangOptions::SignReturnAddressKeyKind::BKey); in ParseLangArgs()