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