Searched refs:CFProtectionBranch (Results 1 – 9 of 9) sorted by relevance
1758 if (Opts.CFProtectionReturn && Opts.CFProtectionBranch) in GenerateCodeGenArgs()1762 else if (Opts.CFProtectionBranch) in GenerateCodeGenArgs()1765 if (Opts.CFProtectionBranch) { in GenerateCodeGenArgs()2127 Opts.CFProtectionBranch = 1; in ParseCodeGenArgs()2131 Opts.CFProtectionBranch = 1; in ParseCodeGenArgs()2136 if (Opts.CFProtectionBranch && T.isRISCV()) { in ParseCodeGenArgs()4181 Opts.CFProtectionBranch = 1; in ParseLangArgs()4184 Opts.CFProtectionBranch = 1; in ParseLangArgs()4190 if (Opts.CFProtectionBranch) { in ParseLangArgs()4877 !CodeGenOpts.CFProtectionReturn && CodeGenOpts.CFProtectionBranch) in GeneratePreprocessorArgs()[all …]
1112 if (Opts.CFProtectionReturn || Opts.CFProtectionBranch) in getTargetDefines()1114 Opts.CFProtectionBranch}); in getTargetDefines()
245 if (Opts.CFProtectionBranch) { in getTargetDefines()
104 CODEGENOPT(CFProtectionBranch , 1, 0, Benign) ///< if -fcf-protection is
326 LANGOPT(CFProtectionBranch , 1, 0, NotCompatible, "Control-Flow Branch Protection enabled")
968 Metadata *CFProtectionBranch = in PreprocessISelDAG() local971 if (CFProtectionBranch || IndirectBranchTracking) { in PreprocessISelDAG()
1278 if (CodeGenOpts.CFProtectionBranch && in Release()
2025 if (!S.getLangOpts().CFProtectionBranch) in handleNoCfCheckAttr()
7898 if (!S.getLangOpts().CFProtectionBranch) { in handleFunctionTypeAttr()