Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1454 case LangOptions::SignReturnAddressKeyKind::AKey: in getSignKeyStr()
1464 SignKey(LangOptions::SignReturnAddressKeyKind::AKey), in BranchProtectionInfo()
1476 ? LangOptions::SignReturnAddressKeyKind::AKey in BranchProtectionInfo()
H A DLangOptions.h377 AKey, enumerator
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 DARM.cpp425 BPI.SignKey = LangOptions::SignReturnAddressKeyKind::AKey; in validateBranchProtection()
H A DAArch64.cpp276 BPI.SignKey = LangOptions::SignReturnAddressKeyKind::AKey; in validateBranchProtection()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4615 LangOptions::SignReturnAddressKeyKind::AKey); in ParseLangArgs()