Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.h567 bool isSignReturnAddressWithAKey() const { in isSignReturnAddressWithAKey() function
/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DAArch64.cpp418 if (Opts.isSignReturnAddressWithAKey()) in getTargetDefines()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp808 if (!LangOpts.isSignReturnAddressWithAKey()) in Release()