Lines Matching refs:getFrontendOpts
79 getFrontendOpts().GenerateGlobalModuleIndex)) && in shouldBuildGlobalModuleIndex()
416 getFrontendOpts()); in createPreprocessor()
513 getFrontendOpts().ModuleFileExtensions, DependencyCollectors, in createPCHExternalASTSource()
515 getFrontendOpts().UseGlobalModuleIndex); in createPCHExternalASTSource()
596 const ParsedSourceLocation &Loc = getFrontendOpts().CodeCompletionAt; in createCodeCompletionConsumer()
601 getFrontendOpts().CodeCompleteOpts, in createCodeCompletionConsumer()
685 return createOutputFile(getFrontendOpts().OutputFile, Binary, in createDefaultOutputFile()
687 getFrontendOpts().UseTemporary); in createDefaultOutputFile()
910 assert(!getFrontendOpts().ShowHelp && "Client must handle '-help'!"); in ExecuteAction()
911 assert(!getFrontendOpts().ShowVersion && "Client must handle '-version'!"); in ExecuteAction()
932 !getFrontendOpts().AuxTriple.empty()) { in ExecuteAction()
934 TO->Triple = llvm::Triple::normalize(getFrontendOpts().AuxTriple); in ExecuteAction()
935 if (getFrontendOpts().AuxTargetCPU) in ExecuteAction()
936 TO->CPU = getFrontendOpts().AuxTargetCPU.getValue(); in ExecuteAction()
937 if (getFrontendOpts().AuxTargetFeatures) in ExecuteAction()
938 TO->FeaturesAsWritten = getFrontendOpts().AuxTargetFeatures.getValue(); in ExecuteAction()
969 if (getFrontendOpts().ProgramAction == frontend::RewriteObjC) in ExecuteAction()
981 if (getFrontendOpts().ShowStats || !getFrontendOpts().StatsFile.empty()) in ExecuteAction()
984 for (const FrontendInputFile &FIF : getFrontendOpts().Inputs) { in ExecuteAction()
1026 if (getFrontendOpts().ShowStats) { in ExecuteAction()
1033 StringRef StatsFile = getFrontendOpts().StatsFile; in ExecuteAction()
1117 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts();
1267 if (ImportingInstance.getFrontendOpts().GenerateGlobalModuleIndex) { in compileModule()
1526 const FrontendOptions &FEOpts = getFrontendOpts(); in createASTReader()
1535 getPCHContainerReader(), getFrontendOpts().ModuleFileExtensions, in createASTReader()
1540 getFrontendOpts().UseGlobalModuleIndex, std::move(ReadTimer)); in createASTReader()