Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DRISCV.h142 bool checkCFProtectionBranchSupported(DiagnosticsEngine &) const override { in checkCFProtectionBranchSupported() function
H A DX86.h280 checkCFProtectionBranchSupported(DiagnosticsEngine &Diags) const override { in checkCFProtectionBranchSupported() function
283 return TargetInfo::checkCFProtectionBranchSupported(Diags); in checkCFProtectionBranchSupported()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp203 TargetInfo::checkCFProtectionBranchSupported(DiagnosticsEngine &Diags) const { in checkCFProtectionBranchSupported() function in TargetInfo
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1761 checkCFProtectionBranchSupported(DiagnosticsEngine &Diags) const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1279 Target.checkCFProtectionBranchSupported(getDiags())) { in Release()