Lines Matching refs:FrontendOpts
450 FrontendOptions &FrontendOpts = Invocation.getFrontendOpts(); in FixupInvocation() local
454 CodeGenOpts.DisableFree = FrontendOpts.DisableFree; in FixupInvocation()
455 FrontendOpts.GenerateGlobalModuleIndex = FrontendOpts.UseGlobalModuleIndex; in FixupInvocation()
2428 const FrontendOptions &FrontendOpts = Opts; in GenerateFrontendArgs() local
2585 FrontendOptions &FrontendOpts = Opts; in ParseFrontendArgs() local
4093 const FrontendOptions &FrontendOpts, in GeneratePreprocessorArgs() argument
4163 const FrontendOptions &FrontendOpts) { in ParsePreprocessorArgs() argument
4585 GenerateFrontendArgs(FrontendOpts, Args, SA, LangOpts->IsHeaderFile); in generateCC1CommandLine()
4588 GenerateLangArgs(*LangOpts, Args, SA, T, FrontendOpts.DashX); in generateCC1CommandLine()
4589 GenerateCodeGenArgs(CodeGenOpts, Args, SA, T, FrontendOpts.OutputFile, in generateCC1CommandLine()
4591 GeneratePreprocessorArgs(*PreprocessorOpts, Args, SA, *LangOpts, FrontendOpts, in generateCC1CommandLine()
4594 FrontendOpts.ProgramAction); in generateCC1CommandLine()