Home
last modified time | relevance | path

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

/external/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/
DOrcV2CBindingsBasicUsage.c33 LLVMModuleRef M = LLVMModuleCreateWithNameInContext("demo", Ctx); in createDemoModule()
/external/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/
DOrcV2CBindingsRemovableCode.c33 LLVMModuleRef M = LLVMModuleCreateWithNameInContext("demo", Ctx); in createDemoModule()
/external/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile/
DOrcV2CBindingsAddObjectFile.c28 LLVMModuleRef M = LLVMModuleCreateWithNameInContext("demo", Ctx); in createDemoModule()
/external/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsReflectProcessSymbols/
DOrcV2CBindingsReflectProcessSymbols.c56 LLVMModuleRef M = LLVMModuleCreateWithNameInContext("demo", Ctx); in createDemoModule()
/external/mesa3d/src/amd/llvm/
Dac_llvm_helper.cpp85 LLVMModuleRef module = LLVMModuleCreateWithNameInContext("mesa-shader", ctx); in ac_create_module()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c345 gallivm->module = LLVMModuleCreateWithNameInContext(name, in init_gallivm_state()
/external/llvm/tools/llvm-c-test/
Decho.cpp933 LLVMModuleRef M = LLVMModuleCreateWithNameInContext(ModuleName, Ctx); in llvm_echo()
/external/llvm-project/llvm/tools/llvm-c-test/
Decho.cpp1376 LLVMModuleRef M = LLVMModuleCreateWithNameInContext(ModuleName, Ctx); in llvm_echo()
/external/llvm/include/llvm-c/
DCore.h578 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID,
/external/llvm-project/llvm/include/llvm-c/
DCore.h665 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h657 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID,
/external/skqp/src/sksl/
DSkSLJIT.cpp1807 fModule = LLVMModuleCreateWithNameInContext("skslmodule", fContext); in createModule()
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c256 return LLVMModuleCreateWithNameInContext(String_val(ModuleID), C); in llvm_create_module()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c192 return LLVMModuleCreateWithNameInContext(String_val(ModuleID), C); in llvm_create_module()
/external/llvm/lib/IR/
DCore.cpp218 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext() function
/external/llvm/bindings/go/llvm/
Dir.go385 m.C = C.LLVMModuleCreateWithNameInContext(cname, c.C)
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go450 m.C = C.LLVMModuleCreateWithNameInContext(cname, c.C)
/external/llvm-project/llvm/lib/IR/
DCore.cpp236 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp234 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext() function