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.h1435 LangOptions::SignReturnAddressKeyKind SignKey;
1454 case LangOptions::SignReturnAddressKeyKind::AKey: in getSignKeyStr()
1456 case LangOptions::SignReturnAddressKeyKind::BKey: in getSignKeyStr()
1464 SignKey(LangOptions::SignReturnAddressKeyKind::AKey), in BranchProtectionInfo()
1476 ? LangOptions::SignReturnAddressKeyKind::AKey in BranchProtectionInfo()
1477 : LangOptions::SignReturnAddressKeyKind::BKey; in BranchProtectionInfo()
H A DLangOptions.h375 enum class SignReturnAddressKeyKind { enum
783 return getSignReturnAddressKey() == SignReturnAddressKeyKind::AKey; in isSignReturnAddressWithAKey()
H A DLangOptions.def452 ENUM_LANGOPT(SignReturnAddressKey, SignReturnAddressKeyKind, 1, SignReturnAddressKeyKind::AKey, Not…
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp276 BPI.SignKey = LangOptions::SignReturnAddressKeyKind::AKey; in validateBranchProtection()
278 BPI.SignKey = LangOptions::SignReturnAddressKeyKind::BKey; in validateBranchProtection()
H A DARM.cpp425 BPI.SignKey = LangOptions::SignReturnAddressKeyKind::AKey; in validateBranchProtection()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4029 LangOptions::SignReturnAddressKeyKind::BKey) in GenerateLangArgs()
4615 LangOptions::SignReturnAddressKeyKind::AKey); in ParseLangArgs()
4618 LangOptions::SignReturnAddressKeyKind::BKey); in ParseLangArgs()