Searched refs:TheExecutionEngine (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp484 static ExecutionEngine *TheExecutionEngine; variable
515 void *FPtr = TheExecutionEngine->getPointerToFunction(LF);
577 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create();
578 if (!TheExecutionEngine) {
587 OurFPM.add(new TargetData(*TheExecutionEngine->getTargetData()));
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp729 static ExecutionEngine *TheExecutionEngine; variable
760 void *FPtr = TheExecutionEngine->getPointerToFunction(LF);
822 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create();
823 if (!TheExecutionEngine) {
832 OurFPM.add(new TargetData(*TheExecutionEngine->getTargetData()));
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp840 static ExecutionEngine *TheExecutionEngine; variable
871 void *FPtr = TheExecutionEngine->getPointerToFunction(LF);
940 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create();
941 if (!TheExecutionEngine) {
950 OurFPM.add(new TargetData(*TheExecutionEngine->getTargetData()));
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp1003 static ExecutionEngine *TheExecutionEngine; variable
1034 void *FPtr = TheExecutionEngine->getPointerToFunction(LF);
1104 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create();
1105 if (!TheExecutionEngine) {
1114 OurFPM.add(new TargetData(*TheExecutionEngine->getTargetData()));

Completed in 184 milliseconds