Lines Matching refs:CodeGenOpts

464   CodeGenOptions &CodeGenOpts = Invocation.getCodeGenOpts();  in FixupInvocation()  local
467 CodeGenOpts.XRayInstrumentFunctions = LangOpts.XRayInstrument; in FixupInvocation()
468 CodeGenOpts.XRayAlwaysEmitCustomEvents = LangOpts.XRayAlwaysEmitCustomEvents; in FixupInvocation()
469 CodeGenOpts.XRayAlwaysEmitTypedEvents = LangOpts.XRayAlwaysEmitTypedEvents; in FixupInvocation()
470 CodeGenOpts.DisableFree = FrontendOpts.DisableFree; in FixupInvocation()
473 CodeGenOpts.ClearASTBeforeBackend = false; in FixupInvocation()
474 LangOpts.SanitizeCoverage = CodeGenOpts.hasSanitizeCoverage(); in FixupInvocation()
475 LangOpts.ForceEmitVTables = CodeGenOpts.ForceEmitVTables; in FixupInvocation()
476 LangOpts.SpeculativeLoadHardening = CodeGenOpts.SpeculativeLoadHardening; in FixupInvocation()
482 CodeGenOpts.CodeModel = TargetOpts.CodeModel; in FixupInvocation()
1323 const CodeGenOptions &CodeGenOpts = Opts; in GenerateCodeGenArgs() local
1595 CodeGenOptions &CodeGenOpts = Opts; in ParseCodeGenArgs() local
4164 const CodeGenOptions &CodeGenOpts) { in GeneratePreprocessorArgs() argument
4194 !CodeGenOpts.CFProtectionReturn && CodeGenOpts.CFProtectionBranch) in GeneratePreprocessorArgs()
4196 if (M.first == "__CET__=2" && !M.second && CodeGenOpts.CFProtectionReturn && in GeneratePreprocessorArgs()
4197 !CodeGenOpts.CFProtectionBranch) in GeneratePreprocessorArgs()
4199 if (M.first == "__CET__=3" && !M.second && CodeGenOpts.CFProtectionReturn && in GeneratePreprocessorArgs()
4200 CodeGenOpts.CFProtectionBranch) in GeneratePreprocessorArgs()
4659 GenerateCodeGenArgs(CodeGenOpts, Args, SA, T, FrontendOpts.OutputFile, in generateCC1CommandLine()
4662 CodeGenOpts); in generateCC1CommandLine()