Searched refs:CFProtectionBranch (Results 1 – 7 of 7) sorted by relevance
107 CODEGENOPT(CFProtectionBranch , 1, 0) ///< if -fcf-protection is109 CODEGENOPT(IBTSeal, 1, 0) ///< set to optimize CFProtectionBranch.
329 LANGOPT(CFProtectionBranch , 1, 0, "Control-Flow Branch Protection enabled")
1478 if (Opts.CFProtectionReturn && Opts.CFProtectionBranch) in GenerateCodeGenArgs()1482 else if (Opts.CFProtectionBranch) in GenerateCodeGenArgs()1822 Opts.CFProtectionBranch = 1; in ParseCodeGenArgs()1826 Opts.CFProtectionBranch = 1; in ParseCodeGenArgs()3677 Opts.CFProtectionBranch = 1; in ParseLangArgs()4194 !CodeGenOpts.CFProtectionReturn && CodeGenOpts.CFProtectionBranch) in GeneratePreprocessorArgs()4197 !CodeGenOpts.CFProtectionBranch) in GeneratePreprocessorArgs()4200 CodeGenOpts.CFProtectionBranch) in GeneratePreprocessorArgs()
904 Metadata *CFProtectionBranch = in PreprocessISelDAG() local906 if (CFProtectionBranch || IndirectBranchTracking) { in PreprocessISelDAG()
765 if (CodeGenOpts.CFProtectionBranch && in Release()
7649 if (!S.getLangOpts().CFProtectionBranch) { in handleFunctionTypeAttr()
2203 if (!S.getLangOpts().CFProtectionBranch) in handleNoCfCheckAttr()