Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h777 bool hasSignReturnAddress() const { in hasSignReturnAddress() function
H A DTargetInfo.h1470 LangOpts.hasSignReturnAddress() in BranchProtectionInfo()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARM.cpp160 CGM.getLangOpts().hasSignReturnAddress()) { in setTargetAttributes()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARM.cpp1042 if (Opts.hasSignReturnAddress()) { in getTargetDefines()
H A DAArch64.cpp642 if (Opts.hasSignReturnAddress()) { in getTargetDefines()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1328 if (LangOpts.hasSignReturnAddress()) in Release()