Searched defs:addModule (Results 1 – 7 of 7) sorted by relevance
99 void LLVMContext::addModule(Module *M) { in addModule() function in LLVMContext
132 void addModule(std::unique_ptr<Module> M) { in addModule() function
96 void MCJIT::addModule(std::unique_ptr<Module> M) { in addModule() function in MCJIT
166 virtual void addModule(std::unique_ptr<Module> M) { in addModule() function
130 bool LTOCodeGenerator::addModule(LTOModule *mod) { in addModule() function in LTOCodeGenerator
56 ModuleManager::addModule(StringRef FileName, ModuleKind Type, in addModule() function in ModuleManager
979 void MCJITHelper::addModule(Module* M) { in addModule() function in MCJITHelper