Lines Matching refs:MCJITHelper
738 class MCJITHelper class
741 MCJITHelper(LLVMContext& C) : Context(C), OpenModule(NULL) {} in MCJITHelper() function in MCJITHelper
742 ~MCJITHelper();
769 HelpingMemoryManager(MCJITHelper *Helper) : MasterHelper(Helper) {} in HelpingMemoryManager()
783 MCJITHelper *MasterHelper;
801 MCJITHelper::~MCJITHelper() in ~MCJITHelper()
819 Function *MCJITHelper::getFunction(const std::string FnName) { in getFunction()
851 Module *MCJITHelper::getModuleForNewFunction() { in getModuleForNewFunction()
864 void *MCJITHelper::getPointerToFunction(Function* F) { in getPointerToFunction()
889 void MCJITHelper::closeCurrentModule() { in closeCurrentModule()
893 ExecutionEngine *MCJITHelper::compileModule(Module *M) { in compileModule()
954 void *MCJITHelper::getPointerToNamedFunction(const std::string &Name) in getPointerToNamedFunction()
979 void MCJITHelper::addModule(Module* M) { in addModule()
983 void MCJITHelper::dump() in dump()
996 static MCJITHelper *TheHelper;
1532 TheHelper = new MCJITHelper(Context); in main()