Searched refs:CreateModuleWithName (Results 1 – 3 of 3) sorted by relevance
43 module = isJit ? nullptr : maple::litecg::CreateModuleWithName(name); in LMIRModule()56 module = maple::litecg::CreateModuleWithName(moduleName); in JitCreateLitecgModule()
232 Module *CreateModuleWithName(const std::string &name);
28 Module *CreateModuleWithName(const std::string &name) in CreateModuleWithName() function