Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h440 bool isSignReturnAddressWithAKey() const { in isSignReturnAddressWithAKey() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp364 if (Opts.isSignReturnAddressWithAKey()) in getTargetDefines()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp698 !LangOpts.isSignReturnAddressWithAKey()); in Release()