Searched refs:LLVMModuleCreateWithNameInContext (Results 1 – 11 of 11) sorted by relevance
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/ |
H A D | OrcV2CBindingsBasicUsage.c | 33 LLVMModuleRef M = LLVMModuleCreateWithNameInContext("demo", Ctx); in createDemoModule()
|
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsDumpObjects/ |
H A D | OrcV2CBindingsDumpObjects.c | 37 LLVMModuleRef M = LLVMModuleCreateWithNameInContext("demo", Ctx); in createDemoModule()
|
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile/ |
H A D | OrcV2CBindingsAddObjectFile.c | 28 LLVMModuleRef M = LLVMModuleCreateWithNameInContext("demo", Ctx); in createDemoModule()
|
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsIRTransforms/ |
H A D | OrcV2CBindingsIRTransforms.c | 38 LLVMModuleRef M = LLVMModuleCreateWithNameInContext("demo", Ctx); in createDemoModule()
|
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/ |
H A D | OrcV2CBindingsRemovableCode.c | 33 LLVMModuleRef M = LLVMModuleCreateWithNameInContext("demo", Ctx); in createDemoModule()
|
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsReflectProcessSymbols/ |
H A D | OrcV2CBindingsReflectProcessSymbols.c | 56 LLVMModuleRef M = LLVMModuleCreateWithNameInContext("demo", Ctx); in createDemoModule()
|
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsMCJITLikeMemoryManager/ |
H A D | OrcV2CBindingsMCJITLikeMemoryManager.c | 161 LLVMModuleRef M = LLVMModuleCreateWithNameInContext("demo", Ctx); in createDemoModule()
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/ |
H A D | echo.cpp | 1388 LLVMModuleRef M = LLVMModuleCreateWithNameInContext(ModuleName, Ctx); in llvm_echo()
|
/openbsd-src/gnu/llvm/llvm/include/llvm-c/ |
H A D | Core.h | 705 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID,
|
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/ |
H A D | llvm_ocaml.c | 287 return LLVMModuleCreateWithNameInContext(String_val(ModuleID), C); in llvm_create_module()
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | Core.cpp | 259 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext() function
|