Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DAArch64.cpp134 BPI.SignKey = LangOptions::SignReturnAddressKeyKind::AKey; in validateBranchProtection()
136 BPI.SignKey = LangOptions::SignReturnAddressKeyKind::BKey; in validateBranchProtection()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h1248 LangOptions::SignReturnAddressKeyKind SignKey = member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp4013 StringRef SignKey = A->getValue(); in ParseLangArgs() local
4014 if (!SignScope.empty() && !SignKey.empty()) { in ParseLangArgs()
4015 if (SignKey.equals_lower("a_key")) in ParseLangArgs()
4018 else if (SignKey.equals_lower("b_key")) in ParseLangArgs()
4023 << A->getAsString(Args) << SignKey; in ParseLangArgs()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp5518 BPI.SignKey == LangOptions::SignReturnAddressKeyKind::AKey in setTargetAttributes()