Home
last modified time | relevance | path

Searched refs:SignKey (Results 1 – 5 of 5) sorted by relevance

/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/include/clang/Basic/
H A DTargetInfo.h1372 LangOptions::SignReturnAddressKeyKind SignKey = member
/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.cpp4148 StringRef SignKey = A->getValue(); in ParseLangArgs() local
4149 if (!SignScope.empty() && !SignKey.empty()) { in ParseLangArgs()
4150 if (SignKey == "a_key") in ParseLangArgs()
4153 else if (SignKey == "b_key") in ParseLangArgs()
4158 << A->getAsString(Args) << SignKey; in ParseLangArgs()