Searched refs:LLVMModuleCreateWithName (Results 1 – 3 of 3) sorted by relevance
100 Module = LLVMModuleCreateWithName("simple_module"); in buildSimpleFunction()
479 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID);
96 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName() function