Searched refs:LLVMModuleCreateWithName (Results 1 – 17 of 17) sorted by relevance
166 Module = LLVMModuleCreateWithName("simple_module"); in buildSimpleFunction()186 Module = LLVMModuleCreateWithName("simple_module"); in buildFunctionThatUsesStackmap()216 Module = LLVMModuleCreateWithName("simple_module"); in buildModuleWithCodeAndData()350 Module = LLVMModuleCreateWithName("simple_module"); in TEST_F()478 Module = LLVMModuleCreateWithName("testModule"); in TEST_F()
167 Module = LLVMModuleCreateWithName("simple_module"); in buildSimpleFunction()187 Module = LLVMModuleCreateWithName("simple_module"); in buildFunctionThatUsesStackmap()217 Module = LLVMModuleCreateWithName("simple_module"); in buildModuleWithCodeAndData()351 Module = LLVMModuleCreateWithName("simple_module"); in TEST_F()479 Module = LLVMModuleCreateWithName("testModule"); in TEST_F()
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()
201 m = Module(lib.LLVMModuleCreateWithName(module_id))504 library.LLVMModuleCreateWithName.argtypes = [c_char_p]505 library.LLVMModuleCreateWithName.restype = c_object_p
201 m = Module(lib.LLVMModuleCreateWithName(module_id))501 library.LLVMModuleCreateWithName.argtypes = [c_char_p]502 library.LLVMModuleCreateWithName.restype = c_object_p
320 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID);
570 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID);
622 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID);
82 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName() function
214 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName() function
378 m.C = C.LLVMModuleCreateWithName(cname)
405 m.C = C.LLVMModuleCreateWithName(cname)