Home | History | Annotate | Download | only in initial

Lines Matching refs:ExecutionEngine

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