Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/Targets/
DAArch64.cpp134 BPI.SignKey = LangOptions::SignReturnAddressKeyKind::AKey; in validateBranchProtection()
136 BPI.SignKey = LangOptions::SignReturnAddressKeyKind::BKey; in validateBranchProtection()
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h1211 LangOptions::SignReturnAddressKeyKind SignKey = member
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp3542 StringRef SignKey = A->getValue(); in ParseLangArgs() local
3543 if (!SignScope.empty() && !SignKey.empty()) { in ParseLangArgs()
3544 if (SignKey.equals_lower("a_key")) in ParseLangArgs()
3547 else if (SignKey.equals_lower("b_key")) in ParseLangArgs()
3552 << A->getAsString(Args) << SignKey; in ParseLangArgs()
/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp5517 BPI.SignKey == LangOptions::SignReturnAddressKeyKind::AKey in setTargetAttributes()