Home
last modified time | relevance | path

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

/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/include/clang/Basic/
H A DTargetInfo.h1254 LangOptions::SignReturnAddressKeyKind SignKey = member
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4009 StringRef SignKey = A->getValue(); in ParseLangArgs() local
4010 if (!SignScope.empty() && !SignKey.empty()) { in ParseLangArgs()
4011 if (SignKey.equals_insensitive("a_key")) in ParseLangArgs()
4014 else if (SignKey.equals_insensitive("b_key")) in ParseLangArgs()
4019 << A->getAsString(Args) << SignKey; in ParseLangArgs()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp5521 BPI.SignKey == LangOptions::SignReturnAddressKeyKind::AKey in setTargetAttributes()