Lines Matching refs:MCJITHelper
651 class MCJITHelper
654 MCJITHelper(LLVMContext& C) : Context(C), OpenModule(NULL) {}
655 ~MCJITHelper();
680 HelpingMemoryManager(MCJITHelper *Helper) : MasterHelper(Helper) {}
685 /// modules associated with the MCJITHelper to cross link functions
694 MCJITHelper *MasterHelper;
712 MCJITHelper::~MCJITHelper()
730 Function *MCJITHelper::getFunction(const std::string FnName) {
762 Module *MCJITHelper::getModuleForNewFunction() {
775 void *MCJITHelper::getPointerToFunction(Function* F) {
800 void MCJITHelper::closeCurrentModule() {
804 ExecutionEngine *MCJITHelper::compileModule(Module *M) {
856 void *MCJITHelper::getPointerToNamedFunction(const std::string &Name)
881 void MCJITHelper::dump()
894 static MCJITHelper *TheHelper;
1411 TheHelper = new MCJITHelper(Context);