Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/
H A DTargetInfo.cpp168 TargetInfo::checkCFProtectionBranchSupported(DiagnosticsEngine &Diags) const { in checkCFProtectionBranchSupported() function in TargetInfo
/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DX86.h240 checkCFProtectionBranchSupported(DiagnosticsEngine &Diags) const override { in checkCFProtectionBranchSupported() function
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h1551 checkCFProtectionBranchSupported(DiagnosticsEngine &Diags) const;
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp766 Target.checkCFProtectionBranchSupported(getDiags())) { in Release()