Home
last modified time | relevance | path

Searched refs:executeAction (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DFrontendActions.h45 void executeAction() override;
49 void executeAction() override;
61 void executeAction() override;
65 void executeAction() override;
69 void executeAction() override;
73 void executeAction() override;
85 void executeAction() override;
89 void executeAction() override;
105 void executeAction() override;
109 void executeAction() override;
[all …]
H A DFrontendAction.h38 virtual void executeAction() = 0;
H A DCompilerInstance.h160 bool executeAction(FrontendAction &act);
/llvm-project-15.0.7/flang/lib/Frontend/
H A DFrontendActions.cpp177 void InputOutputTestAction::executeAction() { in executeAction() function in InputOutputTestAction
211 void PrintPreprocessedAction::executeAction() { in executeAction() function in PrintPreprocessedAction
248 void ParseSyntaxOnlyAction::executeAction() {} in executeAction() function in ParseSyntaxOnlyAction
263 void DebugUnparseAction::executeAction() { in executeAction() function in DebugUnparseAction
293 void DebugDumpSymbolsAction::executeAction() { in executeAction() function in DebugDumpSymbolsAction
309 void DebugDumpAllAction::executeAction() { in executeAction() function in DebugDumpAllAction
388 void DebugPreFIRTreeAction::executeAction() { in executeAction() function in DebugPreFIRTreeAction
415 void GetDefinitionAction::executeAction() { in executeAction() function in GetDefinitionAction
690 void CodeGenAction::executeAction() { in executeAction() function in CodeGenAction
754 void InitOnlyAction::executeAction() { in executeAction() function in InitOnlyAction
[all …]
H A DFrontendAction.cpp108 executeAction(); in execute()
H A DCompilerInstance.cpp143 bool CompilerInstance::executeAction(FrontendAction &act) { in executeAction() function in CompilerInstance
/llvm-project-15.0.7/flang/examples/PrintFlangFunctionNames/
H A DPrintFlangFunctionNames.cpp68 void executeAction() override { in executeAction() function in PrintFunctionNamesAction
/llvm-project-15.0.7/flang/examples/FlangOmpReport/
H A DFlangOmpReport.cpp52 void executeAction() override { in executeAction() function in FlangOmpReport
/llvm-project-15.0.7/flang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp169 bool success = flang->executeAction(*act); in executeCompilerInvocation()