Home | History | Annotate | Download | only in cached

Lines Matching refs:TheExecutionEngine

1029 static ExecutionEngine *TheExecutionEngine;
1064 void *FPtr = TheExecutionEngine->getPointerToFunction(LF);
1164 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create();
1165 if (!TheExecutionEngine) {
1174 OurFPM.add(new DataLayout(*TheExecutionEngine->getDataLayout()));