Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h645 bool isSignReturnAddressWithAKey() const { in isSignReturnAddressWithAKey() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp537 if (Opts.isSignReturnAddressWithAKey()) in getTargetDefines()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1161 if (!LangOpts.isSignReturnAddressWithAKey()) in Release()