Home
last modified time | relevance | path

Searched refs:hasSignReturnAddress (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h640 bool hasSignReturnAddress() const { in hasSignReturnAddress() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARM.cpp166 CGM.getLangOpts().hasSignReturnAddress()) { in setTargetAttributes()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARM.cpp1035 if (Opts.hasSignReturnAddress()) { in getTargetDefines()
H A DAArch64.cpp530 if (Opts.hasSignReturnAddress()) { in getTargetDefines()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1156 if (LangOpts.hasSignReturnAddress()) in Release()