Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Basic/Targets/
DX86.h252 checkCFProtectionBranchSupported(DiagnosticsEngine &Diags) const override { in checkCFProtectionBranchSupported() function
255 return TargetInfo::checkCFProtectionBranchSupported(Diags); in checkCFProtectionBranchSupported()
/openbsd/src/gnu/llvm/clang/lib/Basic/
DTargetInfo.cpp193 TargetInfo::checkCFProtectionBranchSupported(DiagnosticsEngine &Diags) const { in checkCFProtectionBranchSupported() function in TargetInfo
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DTargetInfo.h1607 checkCFProtectionBranchSupported(DiagnosticsEngine &Diags) const;
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCodeGenModule.cpp779 Target.checkCFProtectionBranchSupported(getDiags())) { in Release()