Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp165 TargetInfo::checkCFProtectionReturnSupported(DiagnosticsEngine &Diags) const { in checkCFProtectionReturnSupported() function in TargetInfo
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h1470 checkCFProtectionReturnSupported(DiagnosticsEngine &Diags) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DX86.h222 checkCFProtectionReturnSupported(DiagnosticsEngine &Diags) const override { in checkCFProtectionReturnSupported() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp655 Target.checkCFProtectionReturnSupported(getDiags())) { in Release()