Lines Matching refs:FrontendOpts
469 FrontendOptions &FrontendOpts = Invocation.getFrontendOpts(); in FixupInvocation() local
473 CodeGenOpts.DisableFree = FrontendOpts.DisableFree; in FixupInvocation()
474 FrontendOpts.GenerateGlobalModuleIndex = FrontendOpts.UseGlobalModuleIndex; in FixupInvocation()
475 if (FrontendOpts.ShowStats) in FixupInvocation()
2538 const FrontendOptions &FrontendOpts = Opts; in GenerateFrontendArgs() local
2713 FrontendOptions &FrontendOpts = Opts; in ParseFrontendArgs() local
4184 const FrontendOptions &FrontendOpts, in GeneratePreprocessorArgs() argument
4258 const FrontendOptions &FrontendOpts) { in ParsePreprocessorArgs() argument
4700 GenerateFrontendArgs(FrontendOpts, Args, SA, LangOpts->IsHeaderFile); in generateCC1CommandLine()
4703 GenerateLangArgs(*LangOpts, Args, SA, T, FrontendOpts.DashX); in generateCC1CommandLine()
4704 GenerateCodeGenArgs(CodeGenOpts, Args, SA, T, FrontendOpts.OutputFile, in generateCC1CommandLine()
4706 GeneratePreprocessorArgs(*PreprocessorOpts, Args, SA, *LangOpts, FrontendOpts, in generateCC1CommandLine()
4709 FrontendOpts.ProgramAction); in generateCC1CommandLine()