Searched refs:LLVMModuleCreateWithName (Results 1 – 7 of 7) sorted by relevance
165 Module = LLVMModuleCreateWithName("simple_module"); in buildSimpleFunction()185 Module = LLVMModuleCreateWithName("simple_module"); in buildFunctionThatUsesStackmap()215 Module = LLVMModuleCreateWithName("simple_module"); in buildModuleWithCodeAndData()352 Module = LLVMModuleCreateWithName("simple_module"); in TEST_F()480 Module = LLVMModuleCreateWithName("testModule"); in TEST_F()
19 LLVMModuleRef m = LLVMModuleCreateWithName("Mod"); in add_named_metadata_operand()
118 LLVMModuleRef M = LLVMModuleCreateWithName(name); in handle_line()
201 m = Module(lib.LLVMModuleCreateWithName(module_id))501 library.LLVMModuleCreateWithName.argtypes = [c_char_p]502 library.LLVMModuleCreateWithName.restype = c_object_p
458 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID);
149 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName() function
378 m.C = C.LLVMModuleCreateWithName(cname)