Home | History | Annotate | Download | only in lazy

Lines Matching refs:TheExecutionEngine

1010 static ExecutionEngine *TheExecutionEngine;
1045 void *FPtr = TheExecutionEngine->getPointerToFunction(LF);
1123 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create();
1124 if (!TheExecutionEngine) {
1133 OurFPM.add(new DataLayout(*TheExecutionEngine->getDataLayout()));