Lines Matching refs:CodeGenOpts
467 CodeGenOptions &CodeGenOpts = Invocation.getCodeGenOpts(); in FixupInvocation() local
470 CodeGenOpts.XRayInstrumentFunctions = LangOpts.XRayInstrument; in FixupInvocation()
471 CodeGenOpts.XRayAlwaysEmitCustomEvents = LangOpts.XRayAlwaysEmitCustomEvents; in FixupInvocation()
472 CodeGenOpts.XRayAlwaysEmitTypedEvents = LangOpts.XRayAlwaysEmitTypedEvents; in FixupInvocation()
473 CodeGenOpts.DisableFree = FrontendOpts.DisableFree; in FixupInvocation()
476 CodeGenOpts.ClearASTBeforeBackend = false; in FixupInvocation()
477 LangOpts.SanitizeCoverage = CodeGenOpts.hasSanitizeCoverage(); in FixupInvocation()
478 LangOpts.ForceEmitVTables = CodeGenOpts.ForceEmitVTables; in FixupInvocation()
479 LangOpts.SpeculativeLoadHardening = CodeGenOpts.SpeculativeLoadHardening; in FixupInvocation()
485 CodeGenOpts.CodeModel = TargetOpts.CodeModel; in FixupInvocation()
1335 const CodeGenOptions &CodeGenOpts = Opts; in GenerateCodeGenArgs() local
1603 CodeGenOptions &CodeGenOpts = Opts; in ParseCodeGenArgs() local
4185 const CodeGenOptions &CodeGenOpts) { in GeneratePreprocessorArgs() argument
4215 !CodeGenOpts.CFProtectionReturn && CodeGenOpts.CFProtectionBranch) in GeneratePreprocessorArgs()
4217 if (M.first == "__CET__=2" && !M.second && CodeGenOpts.CFProtectionReturn && in GeneratePreprocessorArgs()
4218 !CodeGenOpts.CFProtectionBranch) in GeneratePreprocessorArgs()
4220 if (M.first == "__CET__=3" && !M.second && CodeGenOpts.CFProtectionReturn && in GeneratePreprocessorArgs()
4221 CodeGenOpts.CFProtectionBranch) in GeneratePreprocessorArgs()
4704 GenerateCodeGenArgs(CodeGenOpts, Args, SA, T, FrontendOpts.OutputFile, in generateCC1CommandLine()
4707 CodeGenOpts); in generateCC1CommandLine()