Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/
H A DTargetInfo.cpp174 TargetInfo::checkCFProtectionReturnSupported(DiagnosticsEngine &Diags) const { in checkCFProtectionReturnSupported() function in TargetInfo
/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DX86.h235 checkCFProtectionReturnSupported(DiagnosticsEngine &Diags) const override { in checkCFProtectionReturnSupported() function
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h1555 checkCFProtectionReturnSupported(DiagnosticsEngine &Diags) const;
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp759 Target.checkCFProtectionReturnSupported(getDiags())) { in Release()