Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.cpp68 if (const auto *BKey = mdconst::extract_or_null<ConstantInt>( in ShouldSignWithBKey() local
70 return BKey->getZExtValue(); in ShouldSignWithBKey()
/external/llvm-project/clang/include/clang/Basic/
DLangOptions.h236 BKey enumerator
/external/llvm-project/clang/lib/Basic/Targets/
DAArch64.cpp136 BPI.SignKey = LangOptions::SignReturnAddressKeyKind::BKey; in validateBranchProtection()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp3549 LangOptions::SignReturnAddressKeyKind::BKey); in ParseLangArgs()