Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/
DTargetInfo.cpp157 TargetInfo::checkCFProtectionReturnSupported(DiagnosticsEngine &Diags) const { in checkCFProtectionReturnSupported() function in TargetInfo
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h1430 checkCFProtectionReturnSupported(DiagnosticsEngine &Diags) const;
/external/llvm-project/clang/lib/Basic/Targets/
DX86.h217 checkCFProtectionReturnSupported(DiagnosticsEngine &Diags) const override { in checkCFProtectionReturnSupported() function
/external/llvm-project/clang/lib/CodeGen/
DCodeGenModule.cpp622 Target.checkCFProtectionReturnSupported(getDiags())) { in Release()