Home
last modified time | relevance | path

Searched refs:HandleExtern (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter2/
H A Dtoy.cpp384 static void HandleExtern() { in HandleExtern() function
417 HandleExtern(); in MainLoop()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp543 static void HandleExtern() { in HandleExtern() function
587 HandleExtern(); in MainLoop()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp592 static void HandleExtern() { in HandleExtern() function
649 HandleExtern(); in MainLoop()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp866 static void HandleExtern() { in HandleExtern() function
923 HandleExtern(); in MainLoop()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp1040 static void HandleExtern() { in HandleExtern() function
1085 case tok_extern: HandleExtern(); break; in MainLoop()
H A Dtoy.cpp1408 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 Dtoy.cpp985 static void HandleExtern() { in HandleExtern() function
1042 HandleExtern(); in MainLoop()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp1023 static void HandleExtern() { in HandleExtern() function
1069 case tok_extern: HandleExtern(); break; in MainLoop()
H A Dtoy.cpp1306 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 Dtoy.cpp1131 static void HandleExtern() { in HandleExtern() function
1188 HandleExtern(); in MainLoop()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp1132 static void HandleExtern() { in HandleExtern() function
1169 HandleExtern(); in MainLoop()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp1129 static void HandleExtern() { in HandleExtern() function
1186 HandleExtern(); in MainLoop()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp1156 static void HandleExtern() { in HandleExtern() function
1213 HandleExtern(); in MainLoop()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp1131 static void HandleExtern() { in HandleExtern() function
1188 HandleExtern(); in MainLoop()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp1131 static void HandleExtern() { in HandleExtern() function
1188 HandleExtern(); in MainLoop()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp1265 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 Dtoy.cpp1342 static void HandleExtern() { in HandleExtern() function
1379 HandleExtern(); in MainLoop()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp1486 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 DLangImpl04.rst488 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 DLangImpl09.rst108 @@ -1108,17 +1108,8 @@ static void HandleExtern() {
H A DLangImpl03.rst424 codegen into the "``HandleDefinition``", "``HandleExtern``" etc
H A DLangImpl02.rst668 HandleExtern();