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()
2425 const FrontendOptions &FrontendOpts = Opts; in GenerateFrontendArgs() local
2582 FrontendOptions &FrontendOpts = Opts; in ParseFrontendArgs() local
4100 const FrontendOptions &FrontendOpts, in GeneratePreprocessorArgs() argument
4167 const FrontendOptions &FrontendOpts) { in ParsePreprocessorArgs() argument
4583 GenerateFrontendArgs(FrontendOpts, Args, SA, LangOpts->IsHeaderFile); in generateCC1CommandLine()
4586 GenerateLangArgs(*LangOpts, Args, SA, T, FrontendOpts.DashX); in generateCC1CommandLine()
4587 GenerateCodeGenArgs(CodeGenOpts, Args, SA, T, FrontendOpts.OutputFile, in generateCC1CommandLine()
4589 GeneratePreprocessorArgs(*PreprocessorOpts, Args, SA, *LangOpts, FrontendOpts, in generateCC1CommandLine()
4592 FrontendOpts.ProgramAction); in generateCC1CommandLine()