Searched refs:LLVMModuleCreateWithName (Results 1 – 8 of 8) sorted by relevance
166 Module = LLVMModuleCreateWithName("simple_module"); in buildSimpleFunction()186 Module = LLVMModuleCreateWithName("simple_module"); in buildFunctionThatUsesStackmap()217 Module = LLVMModuleCreateWithName("simple_module"); in buildModuleWithCodeAndData()351 Module = LLVMModuleCreateWithName("simple_module"); in TEST_F()485 Module = LLVMModuleCreateWithName("testModule"); in TEST_F()
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))515 library.LLVMModuleCreateWithName.argtypes = [c_char_p]516 library.LLVMModuleCreateWithName.restype = c_object_p
685 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID);
443 m.C = C.LLVMModuleCreateWithName(cname)
256 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName() function