Home
last modified time | relevance | path

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

/external/llvm/examples/Kaleidoscope/Chapter2/
Dtoy.cpp338 static void HandleExtern() { in HandleExtern() function
365 case tok_extern: HandleExtern(); break; in MainLoop()
/external/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp487 static void HandleExtern() { in HandleExtern() function
520 case tok_extern: HandleExtern(); break; in MainLoop()
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp771 static void HandleExtern() { in HandleExtern() function
815 HandleExtern(); in MainLoop()
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp811 static void HandleExtern() { in HandleExtern() function
856 HandleExtern(); in MainLoop()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp926 static void HandleExtern() { in HandleExtern() function
971 HandleExtern(); in MainLoop()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp1044 static void HandleExtern() { in HandleExtern() function
1089 case tok_extern: HandleExtern(); break; in MainLoop()
Dtoy.cpp1411 static void HandleExtern() { in HandleExtern() function
1457 case tok_extern: HandleExtern(); break; in MainLoop()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp1099 static void HandleExtern() { in HandleExtern() function
1144 HandleExtern(); in MainLoop()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp1026 static void HandleExtern() { in HandleExtern() function
1071 case tok_extern: HandleExtern(); break; in MainLoop()
Dtoy.cpp1309 static void HandleExtern() { in HandleExtern() function
1355 case tok_extern: HandleExtern(); break; in MainLoop()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp1268 static void HandleExtern() { in HandleExtern() function
1314 case tok_extern: HandleExtern(); break; in MainLoop()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp1343 static void HandleExtern() { in HandleExtern() function
1379 HandleExtern(); in MainLoop()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp1489 static void HandleExtern() { in HandleExtern() function
1530 case tok_extern: HandleExtern(); break; in MainLoop()
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp1257 static void HandleExtern(SessionContext &S) { in HandleExtern() function
1310 case tok_extern: HandleExtern(S); break; in MainLoop()
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp1222 static void HandleExtern(SessionContext &S) { in HandleExtern() function
1275 case tok_extern: HandleExtern(S); break; in MainLoop()
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp1226 static void HandleExtern(SessionContext &S) { in HandleExtern() function
1279 case tok_extern: HandleExtern(S); break; in MainLoop()
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp1324 static void HandleExtern(SessionContext &S) { in HandleExtern() function
1377 case tok_extern: HandleExtern(S); break; in MainLoop()
/external/llvm/docs/tutorial/
DLangImpl8.rst108 @@ -1108,17 +1108,8 @@ static void HandleExtern() {
DLangImpl3.rst451 Codegen into the "``HandleDefinition``", "``HandleExtern``" etc
DLangImpl2.rst632 case tok_extern: HandleExtern(); break;