Lines Matching refs:getFrontendOpts

85            getFrontendOpts().GenerateGlobalModuleIndex)) &&  in shouldBuildGlobalModuleIndex()
118 !getFrontendOpts().AuxTriple.empty()) { in createTarget()
120 TO->Triple = llvm::Triple::normalize(getFrontendOpts().AuxTriple); in createTarget()
121 if (getFrontendOpts().AuxTargetCPU) in createTarget()
122 TO->CPU = *getFrontendOpts().AuxTargetCPU; in createTarget()
123 if (getFrontendOpts().AuxTargetFeatures) in createTarget()
124 TO->FeaturesAsWritten = *getFrontendOpts().AuxTargetFeatures; in createTarget()
481 getFrontendOpts()); in createPreprocessor()
627 getFrontendOpts().ModuleFileExtensions, DependencyCollectors, in createPCHExternalASTSource()
629 getFrontendOpts().UseGlobalModuleIndex); in createPCHExternalASTSource()
718 const ParsedSourceLocation &Loc = getFrontendOpts().CodeCompletionAt; in createCodeCompletionConsumer()
722 getFrontendOpts().CodeCompleteOpts, llvm::outs())); in createCodeCompletionConsumer()
807 StringRef OutputPath = getFrontendOpts().OutputFile; in createDefaultOutputFile()
820 getFrontendOpts().UseTemporary || ForceUseTemporary, in createDefaultOutputFile()
1002 assert(!getFrontendOpts().ShowHelp && "Client must handle '-help'!"); in ExecuteAction()
1003 assert(!getFrontendOpts().ShowVersion && "Client must handle '-version'!"); in ExecuteAction()
1024 if (getFrontendOpts().ProgramAction == frontend::RewriteObjC) in ExecuteAction()
1036 if (getFrontendOpts().ShowStats || !getFrontendOpts().StatsFile.empty()) in ExecuteAction()
1039 for (const FrontendInputFile &FIF : getFrontendOpts().Inputs) { in ExecuteAction()
1078 if (getFrontendOpts().ShowStats) { in ExecuteAction()
1085 StringRef StatsFile = getFrontendOpts().StatsFile; in ExecuteAction()
1103 for (const std::string &Path : getFrontendOpts().Plugins) { in LoadRequestedPlugins()
1115 getFrontendOpts().ProgramAction = clang::frontend::PluginAction; in LoadRequestedPlugins()
1116 getFrontendOpts().ActionName = Plugin.getName().str(); in LoadRequestedPlugins()
1196 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts();
1281 Instance.getFrontendOpts().AllowPCMWithCompilerErrors;
1356 if (ImportingInstance.getFrontendOpts().GenerateGlobalModuleIndex) { in compileModule()
1500 .getFrontendOpts() in compileModuleAndReadAST()
1672 const FrontendOptions &FEOpts = getFrontendOpts(); in createASTReader()
1681 getPCHContainerReader(), getFrontendOpts().ModuleFileExtensions, in createASTReader()
1687 getFrontendOpts().UseGlobalModuleIndex, std::move(ReadTimer)); in createASTReader()