Lines Matching refs:MCJITHelper
651 class MCJITHelper class
654 MCJITHelper(LLVMContext& C) : Context(C), OpenModule(NULL) {} in MCJITHelper() function in MCJITHelper
655 ~MCJITHelper();
680 HelpingMemoryManager(MCJITHelper *Helper) : MasterHelper(Helper) {} in HelpingMemoryManager()
694 MCJITHelper *MasterHelper;
712 MCJITHelper::~MCJITHelper() in ~MCJITHelper()
730 Function *MCJITHelper::getFunction(const std::string FnName) { in getFunction()
762 Module *MCJITHelper::getModuleForNewFunction() { in getModuleForNewFunction()
775 void *MCJITHelper::getPointerToFunction(Function* F) { in getPointerToFunction()
800 void MCJITHelper::closeCurrentModule() { in closeCurrentModule()
804 ExecutionEngine *MCJITHelper::compileModule(Module *M) { in compileModule()
856 void *MCJITHelper::getPointerToNamedFunction(const std::string &Name) in getPointerToNamedFunction()
881 void MCJITHelper::dump() in dump()
894 static MCJITHelper *TheHelper;
1407 TheHelper = new MCJITHelper(Context); in main()