Searched refs:LLVMModuleCreateWithName (Results 1 – 6 of 6) sorted by relevance
18 LLVMModuleRef m = LLVMModuleCreateWithName("Mod"); in llvm_add_named_metadata_operand()
118 LLVMModuleRef M = LLVMModuleCreateWithName(name); in handle_line()
33 LLVMModuleRef M = LLVMModuleCreateWithName(Filename); in llvm_test_dibuilder()
203 m = Module(lib.LLVMModuleCreateWithName(module_id))506 library.LLVMModuleCreateWithName.argtypes = [c_char_p]507 library.LLVMModuleCreateWithName.restype = c_object_p
697 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID);
255 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName() function