Searched refs:LLVMModuleCreateWithNameInContext (Results 1 – 18 of 18) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_init.c | 310 gallivm->module = LLVMModuleCreateWithNameInContext(name, 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-7.0/llvm/tools/llvm-c-test/ |
D | echo.cpp | 1087 LLVMModuleRef M = LLVMModuleCreateWithNameInContext(ModuleName, Ctx); in llvm_echo()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_setup.c | 1013 ctx->gallivm.module = LLVMModuleCreateWithNameInContext("tgsi", in si_llvm_context_init()
|
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | Core.h | 321 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID,
|
/external/llvm/include/llvm-c/ |
D | Core.h | 578 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/ |
D | Core.h | 630 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/skqp/src/sksl/ |
D | SkSLJIT.cpp | 1807 fModule = LLVMModuleCreateWithNameInContext("skslmodule", fContext); in createModule()
|
/external/skia/src/sksl/ |
D | SkSLJIT.cpp | 1807 fModule = LLVMModuleCreateWithNameInContext("skslmodule", fContext); in createModule()
|
/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-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 256 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)
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | ir.go | 412 m.C = C.LLVMModuleCreateWithNameInContext(cname, c.C)
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 6813 ctx.module = LLVMModuleCreateWithNameInContext("shader", ctx.context); in ac_translate_nir_to_llvm() 7236 ctx.module = LLVMModuleCreateWithNameInContext("shader", ctx.context); in ac_create_gs_copy_shader()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Core.cpp | 218 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext() function
|