Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DTargetInfo.cpp140 TargetInfo::checkCFProtectionBranchSupported(DiagnosticsEngine &Diags) const { in checkCFProtectionBranchSupported() function in TargetInfo
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h1272 checkCFProtectionBranchSupported(DiagnosticsEngine &Diags) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/
H A DX86.h186 checkCFProtectionBranchSupported(DiagnosticsEngine &Diags) const override { in checkCFProtectionBranchSupported() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp521 Target.checkCFProtectionBranchSupported(getDiags())) { in Release()