Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp159 TargetInfo::checkCFProtectionBranchSupported(DiagnosticsEngine &Diags) const { in checkCFProtectionBranchSupported() function in TargetInfo
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1475 checkCFProtectionBranchSupported(DiagnosticsEngine &Diags) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.h227 checkCFProtectionBranchSupported(DiagnosticsEngine &Diags) const override { in checkCFProtectionBranchSupported() function
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp678 Target.checkCFProtectionBranchSupported(getDiags())) { in Release()