Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/
DTargetInfo.cpp151 TargetInfo::checkCFProtectionBranchSupported(DiagnosticsEngine &Diags) const { in checkCFProtectionBranchSupported() function in TargetInfo
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h1426 checkCFProtectionBranchSupported(DiagnosticsEngine &Diags) const;
/external/llvm-project/clang/lib/Basic/Targets/
DX86.h222 checkCFProtectionBranchSupported(DiagnosticsEngine &Diags) const override { in checkCFProtectionBranchSupported() function
/external/llvm-project/clang/lib/CodeGen/
DCodeGenModule.cpp629 Target.checkCFProtectionBranchSupported(getDiags())) { in Release()