Home | History | Annotate | Download | only in Chapter7

Lines Matching refs:TheExecutionEngine

1005 static ExecutionEngine *TheExecutionEngine;
1036 void *FPtr = TheExecutionEngine->getPointerToFunction(LF);
1106 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create();
1107 if (!TheExecutionEngine) {
1116 TheModule->setDataLayout(TheExecutionEngine->getDataLayout());