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.h682 bool hasSignReturnAddress() const { in hasSignReturnAddress() function
H A DTargetInfo.h1441 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.cpp1036 if (Opts.hasSignReturnAddress()) { in getTargetDefines()
H A DAArch64.cpp581 if (Opts.hasSignReturnAddress()) { in getTargetDefines()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1198 if (LangOpts.hasSignReturnAddress()) in Release()