Lines Matching refs:getFrontendOpts
79 getFrontendOpts().GenerateGlobalModuleIndex)) && in shouldBuildGlobalModuleIndex()
112 !getFrontendOpts().AuxTriple.empty()) { in createTarget()
114 TO->Triple = llvm::Triple::normalize(getFrontendOpts().AuxTriple); in createTarget()
115 if (getFrontendOpts().AuxTargetCPU) in createTarget()
116 TO->CPU = getFrontendOpts().AuxTargetCPU.getValue(); in createTarget()
117 if (getFrontendOpts().AuxTargetFeatures) in createTarget()
118 TO->FeaturesAsWritten = getFrontendOpts().AuxTargetFeatures.getValue(); in createTarget()
472 getFrontendOpts()); in createPreprocessor()
570 getFrontendOpts().ModuleFileExtensions, DependencyCollectors, in createPCHExternalASTSource()
572 getFrontendOpts().UseGlobalModuleIndex); in createPCHExternalASTSource()
654 const ParsedSourceLocation &Loc = getFrontendOpts().CodeCompletionAt; in createCodeCompletionConsumer()
659 getFrontendOpts().CodeCompleteOpts, in createCodeCompletionConsumer()
749 StringRef OutputPath = getFrontendOpts().OutputFile; in createDefaultOutputFile()
762 getFrontendOpts().UseTemporary || ForceUseTemporary, in createDefaultOutputFile()
935 assert(!getFrontendOpts().ShowHelp && "Client must handle '-help'!"); in ExecuteAction()
936 assert(!getFrontendOpts().ShowVersion && "Client must handle '-version'!"); in ExecuteAction()
952 if (getFrontendOpts().ProgramAction == frontend::RewriteObjC) in ExecuteAction()
964 if (getFrontendOpts().ShowStats || !getFrontendOpts().StatsFile.empty()) in ExecuteAction()
967 for (const FrontendInputFile &FIF : getFrontendOpts().Inputs) { in ExecuteAction()
1009 if (getFrontendOpts().ShowStats) { in ExecuteAction()
1016 StringRef StatsFile = getFrontendOpts().StatsFile; in ExecuteAction()
1109 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts();
1184 Instance.getFrontendOpts().AllowPCMWithCompilerErrors;
1260 if (ImportingInstance.getFrontendOpts().GenerateGlobalModuleIndex) { in compileModule()
1519 const FrontendOptions &FEOpts = getFrontendOpts(); in createASTReader()
1528 getPCHContainerReader(), getFrontendOpts().ModuleFileExtensions, in createASTReader()
1534 getFrontendOpts().UseGlobalModuleIndex, std::move(ReadTimer)); in createASTReader()