Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.h329 AKey, enumerator
568 return getSignReturnAddressKey() == SignReturnAddressKeyKind::AKey; in isSignReturnAddressWithAKey()
H A DTargetInfo.h1316 LangOptions::SignReturnAddressKeyKind::AKey;
H A DLangOptions.def434 ENUM_LANGOPT(SignReturnAddressKey, SignReturnAddressKeyKind, 1, SignReturnAddressKeyKind::AKey,
/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DAArch64.cpp155 BPI.SignKey = LangOptions::SignReturnAddressKeyKind::AKey; in validateBranchProtection()
H A DARM.cpp411 BPI.SignKey = LangOptions::SignReturnAddressKeyKind::AKey; in validateBranchProtection()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp4048 LangOptions::SignReturnAddressKeyKind::AKey); in ParseLangArgs()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp5614 BPI.SignKey == LangOptions::SignReturnAddressKeyKind::AKey in setTargetAttributes()