HomeSort by relevance Sort by last modified time
    Searched refs:TheExecutionEngine (Results 1 - 6 of 6) sorted by null

  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 797 static ExecutionEngine *TheExecutionEngine;
827 TheExecutionEngine->finalizeObject();
829 void *FPtr = TheExecutionEngine->getPointerToFunction(LF);
902 TheExecutionEngine =
907 if (!TheExecutionEngine) {
916 TheModule->setDataLayout(*TheExecutionEngine->getDataLayout());
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 912 static ExecutionEngine *TheExecutionEngine;
942 TheExecutionEngine->finalizeObject();
944 void *FPtr = TheExecutionEngine->getPointerToFunction(LF);
1023 TheExecutionEngine =
1028 if (!TheExecutionEngine) {
1037 TheModule->setDataLayout(*TheExecutionEngine->getDataLayout());
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 1085 static ExecutionEngine *TheExecutionEngine;
1115 TheExecutionEngine->finalizeObject();
1117 void *FPtr = TheExecutionEngine->getPointerToFunction(LF);
1197 TheExecutionEngine =
1202 if (!TheExecutionEngine) {
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 1028 static ExecutionEngine *TheExecutionEngine;
1063 void *FPtr = TheExecutionEngine->getPointerToFunction(LF);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 1010 static ExecutionEngine *TheExecutionEngine;
1045 void *FPtr = TheExecutionEngine->getPointerToFunction(LF);
1123 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create();
1124 if (!TheExecutionEngine) {
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp     [all...]

Completed in 75 milliseconds