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

  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 484 static ExecutionEngine *TheExecutionEngine;
515 void *FPtr = TheExecutionEngine->getPointerToFunction(LF);
577 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create();
578 if (!TheExecutionEngine) {
587 OurFPM.add(new TargetData(*TheExecutionEngine->getTargetData()));
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 729 static ExecutionEngine *TheExecutionEngine;
760 void *FPtr = TheExecutionEngine->getPointerToFunction(LF);
822 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create();
823 if (!TheExecutionEngine) {
832 OurFPM.add(new TargetData(*TheExecutionEngine->getTargetData()));
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 840 static ExecutionEngine *TheExecutionEngine;
871 void *FPtr = TheExecutionEngine->getPointerToFunction(LF);
940 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create();
941 if (!TheExecutionEngine) {
950 OurFPM.add(new TargetData(*TheExecutionEngine->getTargetData()));
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 1003 static ExecutionEngine *TheExecutionEngine;
1034 void *FPtr = TheExecutionEngine->getPointerToFunction(LF);
1104 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create();
1105 if (!TheExecutionEngine) {
1114 OurFPM.add(new TargetData(*TheExecutionEngine->getTargetData()));
    [all...]

Completed in 4637 milliseconds