Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDLangOptions.h344 AKey, enumerator
688 return getSignReturnAddressKey() == SignReturnAddressKeyKind::AKey; in isSignReturnAddressWithAKey()
HDTargetInfo.h1425 case LangOptions::SignReturnAddressKeyKind::AKey: in getSignKeyStr()
1435 SignKey(LangOptions::SignReturnAddressKeyKind::AKey), in BranchProtectionInfo()
1447 ? LangOptions::SignReturnAddressKeyKind::AKey in BranchProtectionInfo()
HDLangOptions.def482 ENUM_LANGOPT(SignReturnAddressKey, SignReturnAddressKeyKind, 1, SignReturnAddressKeyKind::AKey,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
HDARM.cpp423 BPI.SignKey = LangOptions::SignReturnAddressKeyKind::AKey; in validateBranchProtection()
HDAArch64.cpp257 BPI.SignKey = LangOptions::SignReturnAddressKeyKind::AKey; in validateBranchProtection()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDCompilerInvocation.cpp4330 LangOptions::SignReturnAddressKeyKind::AKey); in ParseLangArgs()