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/
H A DX86.h252 checkCFProtectionBranchSupported(DiagnosticsEngine &Diags) const override { in checkCFProtectionBranchSupported() function
255 return TargetInfo::checkCFProtectionBranchSupported(Diags); in checkCFProtectionBranchSupported()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DTargetInfo.cpp193 TargetInfo::checkCFProtectionBranchSupported(DiagnosticsEngine &Diags) const { in checkCFProtectionBranchSupported() function in TargetInfo
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h1607 checkCFProtectionBranchSupported(DiagnosticsEngine &Diags) const;
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp779 Target.checkCFProtectionBranchSupported(getDiags())) { in Release()