Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h268 enum class SignReturnAddressKeyKind { enum
441 return getSignReturnAddressKey() == SignReturnAddressKeyKind::AKey; in isSignReturnAddressWithAKey()
H A DTargetInfo.h1254 LangOptions::SignReturnAddressKeyKind SignKey =
1255 LangOptions::SignReturnAddressKeyKind::AKey;
H A DLangOptions.def413 ENUM_LANGOPT(SignReturnAddressKey, SignReturnAddressKeyKind, 1, SignReturnAddressKeyKind::AKey,
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp134 BPI.SignKey = LangOptions::SignReturnAddressKeyKind::AKey; in validateBranchProtection()
136 BPI.SignKey = LangOptions::SignReturnAddressKeyKind::BKey; in validateBranchProtection()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3520 LangOptions::SignReturnAddressKeyKind::BKey) in GenerateLangArgs()
4013 LangOptions::SignReturnAddressKeyKind::AKey); in ParseLangArgs()
4016 LangOptions::SignReturnAddressKeyKind::BKey); in ParseLangArgs()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp5521 BPI.SignKey == LangOptions::SignReturnAddressKeyKind::AKey in setTargetAttributes()