Searched refs:MCJITHelper (Results 1 – 5 of 5) sorted by relevance
428 class MCJITHelper { class430 MCJITHelper(LLVMContext &C) : Context(C), OpenModule(NULL) {} in MCJITHelper() function in MCJITHelper431 ~MCJITHelper();454 HelpingMemoryManager(MCJITHelper *Helper) : MasterHelper(Helper) {} in HelpingMemoryManager()464 MCJITHelper *MasterHelper;480 MCJITHelper::~MCJITHelper() { in ~MCJITHelper()490 Function *MCJITHelper::getFunction(const std::string FnName) { in getFunction()520 Module *MCJITHelper::getModuleForNewFunction() { in getModuleForNewFunction()533 void *MCJITHelper::getPointerToFunction(Function *F) { in getPointerToFunction()597 void *MCJITHelper::getSymbolAddress(const std::string &Name) { in getSymbolAddress()[all …]
651 class MCJITHelper class654 MCJITHelper(LLVMContext& C) : Context(C), OpenModule(NULL) {} in MCJITHelper() function in MCJITHelper655 ~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()[all …]
738 class MCJITHelper class741 MCJITHelper(LLVMContext& C) : Context(C), OpenModule(NULL) {} in MCJITHelper() function in MCJITHelper742 ~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()[all …]
649 class MCJITHelper class652 MCJITHelper(LLVMContext& C) : Context(C), OpenModule(NULL) {} in MCJITHelper() function in MCJITHelper653 ~MCJITHelper();677 HelpingMemoryManager(MCJITHelper *Helper) : MasterHelper(Helper) {} in HelpingMemoryManager()691 MCJITHelper *MasterHelper;709 MCJITHelper::~MCJITHelper() in ~MCJITHelper()720 Function *MCJITHelper::getFunction(const std::string FnName) { in getFunction()752 Module *MCJITHelper::getModuleForNewFunction() { in getModuleForNewFunction()765 void *MCJITHelper::getPointerToFunction(Function* F) { in getPointerToFunction()827 void *MCJITHelper::getPointerToNamedFunction(const std::string &Name) in getPointerToNamedFunction()[all …]
794 class MCJITHelper : public BaseHelper class797 MCJITHelper(LLVMContext& C) : Context(C), CurrentModule(NULL) { in MCJITHelper() function in MCJITHelper805 ~MCJITHelper();837 HelpingMemoryManager(MCJITHelper *Helper) : MasterHelper(Helper) {} in HelpingMemoryManager()851 MCJITHelper *MasterHelper;869 MCJITHelper::~MCJITHelper() in ~MCJITHelper()887 Function *MCJITHelper::getFunction(const std::string FnName) { in getFunction()919 Module *MCJITHelper::getModuleForNewFunction() { in getModuleForNewFunction()933 ExecutionEngine *MCJITHelper::compileModule(Module *M) { in compileModule()998 void *MCJITHelper::getPointerToFunction(Function* F) { in getPointerToFunction()[all …]