reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

tools/clang/lib/Basic/Targets/X86.h
  190   checkCFProtectionBranchSupported(DiagnosticsEngine &Diags) const override {

Declarations

tools/clang/include/clang/Basic/TargetInfo.h
 1303   checkCFProtectionBranchSupported(DiagnosticsEngine &Diags) const;

References

tools/clang/lib/CodeGen/CodeGenModule.cpp
  550       Target.checkCFProtectionBranchSupported(getDiags())) {