Searched refs:frontendOpts (Results 1 – 9 of 9) sorted by relevance
27 ActionKind ak = ci.frontendOpts().programAction_; in CreateFrontendBaseAction()58 if (flang->frontendOpts().showHelp_) { in ExecuteCompilerInvocation()68 if (flang->frontendOpts().showVersion_) { in ExecuteCompilerInvocation()
108 FrontendOptions &frontendOpts() { return invocation_->frontendOpts(); } in frontendOpts() function109 const FrontendOptions &frontendOpts() const { in frontendOpts() function110 return invocation_->frontendOpts(); in frontendOpts()
57 FrontendOptions &frontendOpts() { return frontendOpts_; } in frontendOpts() function58 const FrontendOptions &frontendOpts() const { return frontendOpts_; } in frontendOpts() function
52 invocation->frontendOpts().programAction_ = PrintPreprocessedInput; in TEST()55 compInst.frontendOpts().inputs_.push_back( in TEST()
48 invocation->frontendOpts().programAction_ = InputOutputTest; in TEST()50 compInst.frontendOpts().inputs_.push_back( in TEST()
80 GetOutputFilePath(frontendOpts().outputFile_, baseName, extension); in CreateDefaultOutputFile()135 for (const FrontendInputFile &fif : frontendOpts().inputs_) { in ExecuteAction()
182 ParseFrontendArgs(res.frontendOpts(), args, diags); in CreateFromArgs()
2465 const FrontendOptions &frontendOpts = getFrontendOpts(); in getModuleHash() local2466 for (const auto &ext : frontendOpts.ModuleFileExtensions) { in getModuleHash()
4025 const FrontendOptions &frontendOpts = getFrontendOpts(); in getModuleHash() local4026 for (const auto &ext : frontendOpts.ModuleFileExtensions) { in getModuleHash()