Home
last modified time | relevance | path

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

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