Lines Matching refs:getFrontendOpts
81 getFrontendOpts().GenerateGlobalModuleIndex)) && in shouldBuildGlobalModuleIndex()
114 !getFrontendOpts().AuxTriple.empty()) { in createTarget()
116 TO->Triple = llvm::Triple::normalize(getFrontendOpts().AuxTriple); in createTarget()
117 if (getFrontendOpts().AuxTargetCPU) in createTarget()
118 TO->CPU = getFrontendOpts().AuxTargetCPU.value(); in createTarget()
119 if (getFrontendOpts().AuxTargetFeatures) in createTarget()
120 TO->FeaturesAsWritten = getFrontendOpts().AuxTargetFeatures.value(); in createTarget()
474 getFrontendOpts()); in createPreprocessor()
620 getFrontendOpts().ModuleFileExtensions, DependencyCollectors, in createPCHExternalASTSource()
622 getFrontendOpts().UseGlobalModuleIndex); in createPCHExternalASTSource()
711 const ParsedSourceLocation &Loc = getFrontendOpts().CodeCompletionAt; in createCodeCompletionConsumer()
715 getFrontendOpts().CodeCompleteOpts, llvm::outs())); in createCodeCompletionConsumer()
805 StringRef OutputPath = getFrontendOpts().OutputFile; in createDefaultOutputFile()
818 getFrontendOpts().UseTemporary || ForceUseTemporary, in createDefaultOutputFile()
991 assert(!getFrontendOpts().ShowHelp && "Client must handle '-help'!"); in ExecuteAction()
992 assert(!getFrontendOpts().ShowVersion && "Client must handle '-version'!"); in ExecuteAction()
1013 if (getFrontendOpts().ProgramAction == frontend::RewriteObjC) in ExecuteAction()
1025 if (getFrontendOpts().ShowStats || !getFrontendOpts().StatsFile.empty()) in ExecuteAction()
1028 for (const FrontendInputFile &FIF : getFrontendOpts().Inputs) { in ExecuteAction()
1067 if (getFrontendOpts().ShowStats) { in ExecuteAction()
1074 StringRef StatsFile = getFrontendOpts().StatsFile; in ExecuteAction()
1092 for (const std::string &Path : getFrontendOpts().Plugins) { in LoadRequestedPlugins()
1104 getFrontendOpts().ProgramAction = clang::frontend::PluginAction; in LoadRequestedPlugins()
1105 getFrontendOpts().ActionName = Plugin.getName().str(); in LoadRequestedPlugins()
1186 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts();
1266 Instance.getFrontendOpts().AllowPCMWithCompilerErrors;
1342 if (ImportingInstance.getFrontendOpts().GenerateGlobalModuleIndex) { in compileModule()
1486 .getFrontendOpts() in compileModuleAndReadAST()
1658 const FrontendOptions &FEOpts = getFrontendOpts(); in createASTReader()
1667 getPCHContainerReader(), getFrontendOpts().ModuleFileExtensions, in createASTReader()
1673 getFrontendOpts().UseGlobalModuleIndex, std::move(ReadTimer)); in createASTReader()