Home
last modified time | relevance | path

Searched refs:checkCFProtectionReturnSupported (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Basic/Targets/
HDX86.h261 checkCFProtectionReturnSupported(DiagnosticsEngine &Diags) const override { in checkCFProtectionReturnSupported() function
264 return TargetInfo::checkCFProtectionReturnSupported(Diags); in checkCFProtectionReturnSupported()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Basic/
HDTargetInfo.cpp202 TargetInfo::checkCFProtectionReturnSupported(DiagnosticsEngine &Diags) const { in checkCFProtectionReturnSupported() function in TargetInfo
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDTargetInfo.h1731 checkCFProtectionReturnSupported(DiagnosticsEngine &Diags) const;
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenModule.cpp1152 Target.checkCFProtectionReturnSupported(getDiags())) { in Release()