Home | History | Annotate | Download | only in complete

Lines Matching refs:MCJITHelper

889 class MCJITHelper : public BaseHelper
892 MCJITHelper(LLVMContext& C) : Context(C), CurrentModule(NULL) {
900 ~MCJITHelper();
932 HelpingMemoryManager(MCJITHelper *Helper) : MasterHelper(Helper) {}
937 /// modules associated with the MCJITHelper to cross link functions
946 MCJITHelper *MasterHelper;
964 MCJITHelper::~MCJITHelper()
982 Function *MCJITHelper::getFunction(const std::string FnName) {
1014 Module *MCJITHelper::getModuleForNewFunction() {
1028 ExecutionEngine *MCJITHelper::compileModule(Module *M) {
1094 void *MCJITHelper::getPointerToFunction(Function* F) {
1119 void MCJITHelper::closeCurrentModule() {
1126 void *MCJITHelper::getPointerToNamedFunction(const std::string &Name)
1151 void MCJITHelper::dump()
1694 TheHelper = new MCJITHelper(Context);