Searched refs:LLVMModuleCreateWithName (Results 1 – 7 of 7) sorted by relevance
18 LLVMModuleRef m = LLVMModuleCreateWithName("Mod"); in llvm_add_named_metadata_operand()
117 LLVMModuleRef M = LLVMModuleCreateWithName(name); in handle_line()
33 LLVMModuleRef M = LLVMModuleCreateWithName(Filename); in llvm_test_dibuilder()
203 m = Module(lib.LLVMModuleCreateWithName(module_id))515 library.LLVMModuleCreateWithName.argtypes = [c_char_p]516 library.LLVMModuleCreateWithName.restype = c_object_p
670 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID);
443 m.C = C.LLVMModuleCreateWithName(cname)
247 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName() function