Home | History | Annotate | Download | only in initial

Lines Matching full:executionengine

3 #include "llvm/ExecutionEngine/ExecutionEngine.h"
4 #include "llvm/ExecutionEngine/MCJIT.h"
5 #include "llvm/ExecutionEngine/SectionMemoryManager.h"
662 typedef std::vector<ExecutionEngine*> EngineVector;
778 ExecutionEngine *NewEngine = EngineBuilder(OpenModule)
784 fprintf(stderr, "Could not create ExecutionEngine: %s\n", ErrStr.c_str());