Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DX86.h245 checkCFProtectionReturnSupported(DiagnosticsEngine &Diags) const override { in checkCFProtectionReturnSupported() function
248 return TargetInfo::checkCFProtectionReturnSupported(Diags); in checkCFProtectionReturnSupported()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DTargetInfo.cpp199 TargetInfo::checkCFProtectionReturnSupported(DiagnosticsEngine &Diags) const { in checkCFProtectionReturnSupported() function in TargetInfo
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h1611 checkCFProtectionReturnSupported(DiagnosticsEngine &Diags) const;
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp772 Target.checkCFProtectionReturnSupported(getDiags())) { in Release()