Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.h327 enum class SignReturnAddressKeyKind { enum
568 return getSignReturnAddressKey() == SignReturnAddressKeyKind::AKey; in isSignReturnAddressWithAKey()
H A DTargetInfo.h1315 LangOptions::SignReturnAddressKeyKind SignKey =
1316 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()
157 BPI.SignKey = LangOptions::SignReturnAddressKeyKind::BKey; in validateBranchProtection()
H A DARM.cpp411 BPI.SignKey = LangOptions::SignReturnAddressKeyKind::AKey; in validateBranchProtection()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp3538 LangOptions::SignReturnAddressKeyKind::BKey) in GenerateLangArgs()
4048 LangOptions::SignReturnAddressKeyKind::AKey); in ParseLangArgs()
4051 LangOptions::SignReturnAddressKeyKind::BKey); in ParseLangArgs()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp5614 BPI.SignKey == LangOptions::SignReturnAddressKeyKind::AKey in setTargetAttributes()