Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h687 bool isSignReturnAddressWithAKey() const { in isSignReturnAddressWithAKey() function
H A DTargetInfo.h1446 SignKey = LangOpts.isSignReturnAddressWithAKey() in BranchProtectionInfo()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp589 if (Opts.isSignReturnAddressWithAKey()) in getTargetDefines()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1203 if (!LangOpts.isSignReturnAddressWithAKey()) in Release()