Searched refs:LLVMModuleCreateWithNameInContext (Results 1 – 7 of 7) sorted by relevance
33 LLVMModuleRef M = LLVMModuleCreateWithNameInContext("demo", Ctx); in createDemoModule()
28 LLVMModuleRef M = LLVMModuleCreateWithNameInContext("demo", Ctx); in createDemoModule()
56 LLVMModuleRef M = LLVMModuleCreateWithNameInContext("demo", Ctx); in createDemoModule()
1388 LLVMModuleRef M = LLVMModuleCreateWithNameInContext(ModuleName, Ctx); in llvm_echo()
705 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID,
287 return LLVMModuleCreateWithNameInContext(String_val(ModuleID), C); in llvm_create_module()
259 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext() function