Lines Matching refs:OpenModule
654 MCJITHelper(LLVMContext& C) : Context(C), OpenModule(NULL) {} in MCJITHelper()
669 Module *OpenModule; member in MCJITHelper
737 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()
805 if (M == OpenModule) in compileModule()