Lines Matching refs:programAction
142 if (opts.programAction == DebugDumpParsingLog) in setUpFrontendBasedOnAction()
145 if (opts.programAction == DebugDumpProvenance || in setUpFrontendBasedOnAction()
146 opts.programAction == Fortran::frontend::GetDefinition) in setUpFrontendBasedOnAction()
155 opts.programAction = ParseSyntaxOnly; in parseFrontendArgs()
175 opts.programAction = InputOutputTest; in parseFrontendArgs()
178 opts.programAction = PrintPreprocessedInput; in parseFrontendArgs()
181 opts.programAction = ParseSyntaxOnly; in parseFrontendArgs()
184 opts.programAction = EmitMLIR; in parseFrontendArgs()
187 opts.programAction = EmitLLVM; in parseFrontendArgs()
190 opts.programAction = EmitLLVMBitcode; in parseFrontendArgs()
193 opts.programAction = EmitObj; in parseFrontendArgs()
196 opts.programAction = EmitAssembly; in parseFrontendArgs()
199 opts.programAction = DebugUnparse; in parseFrontendArgs()
202 opts.programAction = DebugUnparseNoSema; in parseFrontendArgs()
205 opts.programAction = DebugUnparseWithSymbols; in parseFrontendArgs()
208 opts.programAction = DebugDumpSymbols; in parseFrontendArgs()
211 opts.programAction = DebugDumpParseTree; in parseFrontendArgs()
214 opts.programAction = DebugDumpPFT; in parseFrontendArgs()
217 opts.programAction = DebugDumpAll; in parseFrontendArgs()
220 opts.programAction = DebugDumpParseTreeNoSema; in parseFrontendArgs()
223 opts.programAction = DebugDumpProvenance; in parseFrontendArgs()
226 opts.programAction = DebugDumpParsingLog; in parseFrontendArgs()
229 opts.programAction = DebugMeasureParseTree; in parseFrontendArgs()
232 opts.programAction = DebugPreFIRTree; in parseFrontendArgs()
235 opts.programAction = GetSymbolsSources; in parseFrontendArgs()
238 opts.programAction = GetDefinition; in parseFrontendArgs()
241 opts.programAction = InitOnly; in parseFrontendArgs()
282 opts.programAction = PluginAction; in parseFrontendArgs()