Home | History | Annotate | Download | only in ExceptionDemo

Lines Matching full:executionengine

52 #include "llvm/ExecutionEngine/MCJIT.h"
53 #include "llvm/ExecutionEngine/SectionMemoryManager.h"
1604 void runExceptionThrow(llvm::ExecutionEngine *engine,
1971 llvm::ExecutionEngine *executionEngine = factory.create();
1979 fpm.add(new llvm::DataLayout(*executionEngine->getDataLayout()));
2014 executionEngine->finalizeObject();
2027 runExceptionThrow(executionEngine,
2035 delete executionEngine;