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 DLangOptions.h344 AKey, enumerator
688 return getSignReturnAddressKey() == SignReturnAddressKeyKind::AKey; in isSignReturnAddressWithAKey()
H A DTargetInfo.h1425 case LangOptions::SignReturnAddressKeyKind::AKey: in getSignKeyStr()
1435 SignKey(LangOptions::SignReturnAddressKeyKind::AKey), in BranchProtectionInfo()
1447 ? LangOptions::SignReturnAddressKeyKind::AKey in BranchProtectionInfo()
H A DLangOptions.def482 ENUM_LANGOPT(SignReturnAddressKey, SignReturnAddressKeyKind, 1, SignReturnAddressKeyKind::AKey,
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARM.cpp423 BPI.SignKey = LangOptions::SignReturnAddressKeyKind::AKey; in validateBranchProtection()
H A DAArch64.cpp257 BPI.SignKey = LangOptions::SignReturnAddressKeyKind::AKey; in validateBranchProtection()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4330 LangOptions::SignReturnAddressKeyKind::AKey); in ParseLangArgs()