Searched refs:OpenModule (Results 1 – 3 of 3) sorted by relevance
666 Module *OpenModule; member in MCJITHelper711 if (OpenModule) in ~MCJITHelper()712 delete OpenModule; in ~MCJITHelper()727 if (*it == OpenModule) in getFunction()730 assert(OpenModule != NULL); in getFunction()754 if (OpenModule) in getModuleForNewFunction()755 return OpenModule; in getModuleForNewFunction()761 OpenModule = M; in getModuleForNewFunction()777 if (OpenModule) { in getPointerToFunction()810 Module::iterator end = OpenModule->end(); in getPointerToFunction()[all …]
654 MCJITHelper(LLVMContext& C) : Context(C), OpenModule(NULL) {} in MCJITHelper()669 Module *OpenModule; member in MCJITHelper737 if (*it == OpenModule) in getFunction()740 assert(OpenModule != NULL); in getFunction()744 Function *PF = OpenModule->getFunction(FnName); in getFunction()755 OpenModule); in getFunction()764 if (OpenModule) in getModuleForNewFunction()765 return OpenModule; in getModuleForNewFunction()771 OpenModule = M; in getModuleForNewFunction()801 OpenModule = NULL; in closeCurrentModule()[all …]
741 MCJITHelper(LLVMContext& C) : Context(C), OpenModule(NULL) {} in MCJITHelper()757 Module *OpenModule; member in MCJITHelper826 if (*it == OpenModule) in getFunction()829 assert(OpenModule != NULL); in getFunction()833 Function *PF = OpenModule->getFunction(FnName); in getFunction()844 OpenModule); in getFunction()853 if (OpenModule) in getModuleForNewFunction()854 return OpenModule; in getModuleForNewFunction()860 OpenModule = M; in getModuleForNewFunction()890 OpenModule = NULL; in closeCurrentModule()[all …]