Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.h267 checkCFProtectionBranchSupported(DiagnosticsEngine &Diags) const override { in checkCFProtectionBranchSupported() function
270 return TargetInfo::checkCFProtectionBranchSupported(Diags); in checkCFProtectionBranchSupported()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp195 TargetInfo::checkCFProtectionBranchSupported(DiagnosticsEngine &Diags) const { in checkCFProtectionBranchSupported() function in TargetInfo
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1640 checkCFProtectionBranchSupported(DiagnosticsEngine &Diags) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1114 Target.checkCFProtectionBranchSupported(getDiags())) { in Release()