Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h348 enum class SignReturnAddressKeyKind { enum
646 return getSignReturnAddressKey() == SignReturnAddressKeyKind::AKey; in isSignReturnAddressWithAKey()
H A DTargetInfo.h1372 LangOptions::SignReturnAddressKeyKind SignKey =
1373 LangOptions::SignReturnAddressKeyKind::AKey;
H A DLangOptions.def461 ENUM_LANGOPT(SignReturnAddressKey, SignReturnAddressKeyKind, 1, SignReturnAddressKeyKind::AKey,
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp223 BPI.SignKey = LangOptions::SignReturnAddressKeyKind::AKey; in validateBranchProtection()
225 BPI.SignKey = LangOptions::SignReturnAddressKeyKind::BKey; in validateBranchProtection()
H A DARM.cpp422 BPI.SignKey = LangOptions::SignReturnAddressKeyKind::AKey; in validateBranchProtection()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp132 BPI.SignKey == LangOptions::SignReturnAddressKeyKind::AKey in setTargetAttributes()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3632 LangOptions::SignReturnAddressKeyKind::BKey) in GenerateLangArgs()
4152 LangOptions::SignReturnAddressKeyKind::AKey); in ParseLangArgs()
4155 LangOptions::SignReturnAddressKeyKind::BKey); in ParseLangArgs()