Lines Matching refs:FrontendOpts
466 FrontendOptions &FrontendOpts = Invocation.getFrontendOpts(); in FixupInvocation() local
470 CodeGenOpts.DisableFree = FrontendOpts.DisableFree; in FixupInvocation()
471 FrontendOpts.GenerateGlobalModuleIndex = FrontendOpts.UseGlobalModuleIndex; in FixupInvocation()
472 if (FrontendOpts.ShowStats) in FixupInvocation()
2521 const FrontendOptions &FrontendOpts = Opts; in GenerateFrontendArgs() local
2696 FrontendOptions &FrontendOpts = Opts; in ParseFrontendArgs() local
4163 const FrontendOptions &FrontendOpts, in GeneratePreprocessorArgs() argument
4234 const FrontendOptions &FrontendOpts) { in ParsePreprocessorArgs() argument
4655 GenerateFrontendArgs(FrontendOpts, Args, SA, LangOpts->IsHeaderFile); in generateCC1CommandLine()
4658 GenerateLangArgs(*LangOpts, Args, SA, T, FrontendOpts.DashX); in generateCC1CommandLine()
4659 GenerateCodeGenArgs(CodeGenOpts, Args, SA, T, FrontendOpts.OutputFile, in generateCC1CommandLine()
4661 GeneratePreprocessorArgs(*PreprocessorOpts, Args, SA, *LangOpts, FrontendOpts, in generateCC1CommandLine()
4664 FrontendOpts.ProgramAction); in generateCC1CommandLine()