| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter2/ |
| H A D | toy.cpp | 384 static void HandleExtern() { in HandleExtern() function 417 HandleExtern(); in MainLoop()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter3/ |
| H A D | toy.cpp | 543 static void HandleExtern() { in HandleExtern() function 587 HandleExtern(); in MainLoop()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter4/ |
| H A D | toy.cpp | 592 static void HandleExtern() { in HandleExtern() function 649 HandleExtern(); in MainLoop()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter5/ |
| H A D | toy.cpp | 866 static void HandleExtern() { in HandleExtern() function 923 HandleExtern(); in MainLoop()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/cached/ |
| H A D | toy-jit.cpp | 1040 static void HandleExtern() { in HandleExtern() function 1085 case tok_extern: HandleExtern(); break; in MainLoop()
|
| H A D | toy.cpp | 1408 static void HandleExtern() { in HandleExtern() function 1455 case tok_extern: HandleExtern(); break; in MainLoop()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter6/ |
| H A D | toy.cpp | 985 static void HandleExtern() { in HandleExtern() function 1042 HandleExtern(); in MainLoop()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
| H A D | toy-jit.cpp | 1023 static void HandleExtern() { in HandleExtern() function 1069 case tok_extern: HandleExtern(); break; in MainLoop()
|
| H A D | toy.cpp | 1306 static void HandleExtern() { in HandleExtern() function 1353 case tok_extern: HandleExtern(); break; in MainLoop()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
| H A D | toy.cpp | 1131 static void HandleExtern() { in HandleExtern() function 1188 HandleExtern(); in MainLoop()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter8/ |
| H A D | toy.cpp | 1132 static void HandleExtern() { in HandleExtern() function 1169 HandleExtern(); in MainLoop()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
| H A D | toy.cpp | 1129 static void HandleExtern() { in HandleExtern() function 1186 HandleExtern(); in MainLoop()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter7/ |
| H A D | toy.cpp | 1156 static void HandleExtern() { in HandleExtern() function 1213 HandleExtern(); in MainLoop()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
| H A D | toy.cpp | 1131 static void HandleExtern() { in HandleExtern() function 1188 HandleExtern(); in MainLoop()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
| H A D | toy.cpp | 1131 static void HandleExtern() { in HandleExtern() function 1188 HandleExtern(); in MainLoop()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/initial/ |
| H A D | toy.cpp | 1265 static void HandleExtern() { in HandleExtern() function 1312 case tok_extern: HandleExtern(); break; in MainLoop()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter9/ |
| H A D | toy.cpp | 1342 static void HandleExtern() { in HandleExtern() function 1379 HandleExtern(); in MainLoop()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/complete/ |
| H A D | toy.cpp | 1486 static void HandleExtern() { in HandleExtern() function 1528 case tok_extern: HandleExtern(); break; in MainLoop()
|
| /llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl04.rst | 488 We also need to update HandleDefinition and HandleExtern: 507 static void HandleExtern() { 522 the JIT and open a new module. In HandleExtern, we just need to add one line to
|
| H A D | LangImpl09.rst | 108 @@ -1108,17 +1108,8 @@ static void HandleExtern() {
|
| H A D | LangImpl03.rst | 424 codegen into the "``HandleDefinition``", "``HandleExtern``" etc
|
| H A D | LangImpl02.rst | 668 HandleExtern();
|