Searched refs:LLVMModuleCreateWithNameInContext (Results 1 – 10 of 10) sorted by relevance
| /external/mesa3d/src/gallium/auxiliary/gallivm/ |
| D | lp_bld_init.c | 347 gallivm->module = LLVMModuleCreateWithNameInContext("gallivm", in init_gallivm_state()
|
| /external/llvm/tools/llvm-c-test/ |
| D | echo.cpp | 933 LLVMModuleRef M = LLVMModuleCreateWithNameInContext(ModuleName, Ctx); in llvm_echo()
|
| /external/swiftshader/third_party/LLVM/include/llvm-c/ |
| D | Core.h | 321 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID,
|
| /external/mesa3d/src/gallium/drivers/radeon/ |
| D | radeon_setup_tgsi_llvm.c | 1010 ctx->gallivm.module = LLVMModuleCreateWithNameInContext("tgsi", in radeon_llvm_context_init()
|
| /external/llvm/include/llvm-c/ |
| D | Core.h | 578 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID,
|
| /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
| D | llvm_ocaml.c | 125 return LLVMModuleCreateWithNameInContext(String_val(ModuleID), C); in llvm_create_module()
|
| /external/llvm/bindings/ocaml/llvm/ |
| D | llvm_ocaml.c | 192 return LLVMModuleCreateWithNameInContext(String_val(ModuleID), C); in llvm_create_module()
|
| /external/swiftshader/third_party/LLVM/lib/VMCore/ |
| D | Core.cpp | 86 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext() function
|
| /external/llvm/lib/IR/ |
| D | Core.cpp | 218 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext() function
|
| /external/llvm/bindings/go/llvm/ |
| D | ir.go | 385 m.C = C.LLVMModuleCreateWithNameInContext(cname, c.C)
|