Searched refs:LLVMModuleCreateWithNameInContext (Results 1 – 5 of 5) sorted by relevance
82 LLVMModuleRef module = LLVMModuleCreateWithNameInContext("mesa-shader", ctx); in ac_create_module()
352 gallivm->module = LLVMModuleCreateWithNameInContext(name, in init_gallivm_state()
657 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID,
1807 fModule = LLVMModuleCreateWithNameInContext("skslmodule", fContext); in createModule()
234 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext() function