Searched refs:LLVMModuleCreateWithNameInContext (Results 1 – 3 of 3) sorted by relevance
434 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID,
124 return LLVMModuleCreateWithNameInContext(String_val(ModuleID), C); in llvm_create_module()
87 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext() function