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.h782 bool isSignReturnAddressWithAKey() const { in isSignReturnAddressWithAKey() function
H A DTargetInfo.h1475 SignKey = LangOpts.isSignReturnAddressWithAKey() in BranchProtectionInfo()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp650 if (Opts.isSignReturnAddressWithAKey()) in getTargetDefines()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1333 if (!LangOpts.isSignReturnAddressWithAKey()) in Release()