Home
last modified time | relevance | path

Searched refs:executeCompilerInvocation (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/unittests/Frontend/
H A DFrontendActionTest.cpp102 bool success = executeCompilerInvocation(&compInst); in TEST_F()
133 bool success = executeCompilerInvocation(&compInst); in TEST_F()
158 bool success = executeCompilerInvocation(&compInst); in TEST_F()
189 bool success = executeCompilerInvocation(&compInst); in TEST_F()
224 bool success = executeCompilerInvocation(&compInst); in TEST_F()
/llvm-project-15.0.7/flang/include/flang/FrontendTool/
H A DUtils.h29 bool executeCompilerInvocation(CompilerInstance *flang);
/llvm-project-15.0.7/flang/tools/flang-driver/
H A Dfc1_main.cpp67 success = executeCompilerInvocation(flang.get()); in fc1_main()
/llvm-project-15.0.7/flang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp100 bool executeCompilerInvocation(CompilerInstance *flang) { in executeCompilerInvocation() function