Home
last modified time | relevance | path

Searched refs:LLVMModuleCreateWithNameInContext (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c347 gallivm->module = LLVMModuleCreateWithNameInContext("gallivm", in init_gallivm_state()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_setup_tgsi_llvm.c1010 ctx->gallivm.module = LLVMModuleCreateWithNameInContext("tgsi", in radeon_llvm_context_init()
/external/llvm/include/llvm-c/
DCore.h466 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID,
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c147 return LLVMModuleCreateWithNameInContext(String_val(ModuleID), C); in llvm_create_module()
/external/llvm/lib/IR/
DCore.cpp153 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext() function
/external/llvm/bindings/go/llvm/
Dir.go385 m.C = C.LLVMModuleCreateWithNameInContext(cname, c.C)