Home
last modified time | relevance | path

Searched refs:KaleidoscopeJIT (Results 1 – 5 of 5) sorted by relevance

/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
DREADME.txt11 KaleidoscopeJIT::getSymbolAddress will scan the AST map and generate IR on the
Dtoy.cpp1156 class KaleidoscopeJIT { class
1163 KaleidoscopeJIT(SessionContext &Session) in KaleidoscopeJIT() function in KaleidoscopeJIT
1247 static void HandleDefinition(SessionContext &S, KaleidoscopeJIT &J) { in HandleDefinition()
1266 static void HandleTopLevelExpression(SessionContext &S, KaleidoscopeJIT &J) { in HandleTopLevelExpression()
1303 KaleidoscopeJIT J(S); in MainLoop()
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp1156 class KaleidoscopeJIT { class
1162 KaleidoscopeJIT(SessionContext &Session) in KaleidoscopeJIT() function in KaleidoscopeJIT
1210 static void HandleDefinition(SessionContext &S, KaleidoscopeJIT &J) { in HandleDefinition()
1231 static void HandleTopLevelExpression(SessionContext &S, KaleidoscopeJIT &J) { in HandleTopLevelExpression()
1268 KaleidoscopeJIT J(S); in MainLoop()
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp1156 class KaleidoscopeJIT { class
1164 KaleidoscopeJIT(SessionContext &Session) in KaleidoscopeJIT() function in KaleidoscopeJIT
1214 static void HandleDefinition(SessionContext &S, KaleidoscopeJIT &J) { in HandleDefinition()
1235 static void HandleTopLevelExpression(SessionContext &S, KaleidoscopeJIT &J) { in HandleTopLevelExpression()
1272 KaleidoscopeJIT J(S); in MainLoop()
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp1162 class KaleidoscopeJIT { class
1169 KaleidoscopeJIT(SessionContext &Session) in KaleidoscopeJIT() function in KaleidoscopeJIT
1314 static void HandleDefinition(SessionContext &S, KaleidoscopeJIT &J) { in HandleDefinition()
1333 static void HandleTopLevelExpression(SessionContext &S, KaleidoscopeJIT &J) { in HandleTopLevelExpression()
1370 KaleidoscopeJIT J(S); in MainLoop()