Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DLangOptions.h597 bool isSignReturnAddressWithAKey() const { in isSignReturnAddressWithAKey() function
/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DAArch64.cpp505 if (Opts.isSignReturnAddressWithAKey()) in getTargetDefines()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp821 if (!LangOpts.isSignReturnAddressWithAKey()) in Release()