Lines Matching refs:getFrontendOpts
35 switch (ci.getFrontendOpts().programAction) { in createFrontendAction()
85 if (plugin.getName() == ci.getFrontendOpts().actionName) { in createFrontendAction()
92 ci.getDiagnostics().Report(diagID) << ci.getFrontendOpts().actionName; in createFrontendAction()
102 if (flang->getFrontendOpts().showHelp) { in executeCompilerInvocation()
112 if (flang->getFrontendOpts().showVersion) { in executeCompilerInvocation()
118 for (const std::string &path : flang->getFrontendOpts().plugins) { in executeCompilerInvocation()
129 if (!flang->getFrontendOpts().llvmArgs.empty()) { in executeCompilerInvocation()
130 unsigned numArgs = flang->getFrontendOpts().llvmArgs.size(); in executeCompilerInvocation()
135 args[i + 1] = flang->getFrontendOpts().llvmArgs[i].c_str(); in executeCompilerInvocation()
142 if (!flang->getFrontendOpts().mlirArgs.empty()) { in executeCompilerInvocation()
145 unsigned numArgs = flang->getFrontendOpts().mlirArgs.size(); in executeCompilerInvocation()
150 args[i + 1] = flang->getFrontendOpts().mlirArgs[i].c_str(); in executeCompilerInvocation()
162 flang->getDiagnosticOpts().ShowColors = flang->getFrontendOpts().showColors; in executeCompilerInvocation()