Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/
H A DOrcV2CBindingsBasicUsage.c33 LLVMModuleRef M = LLVMModuleCreateWithNameInContext("demo", Ctx); in createDemoModule()
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsDumpObjects/
H A DOrcV2CBindingsDumpObjects.c37 LLVMModuleRef M = LLVMModuleCreateWithNameInContext("demo", Ctx); in createDemoModule()
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile/
H A DOrcV2CBindingsAddObjectFile.c28 LLVMModuleRef M = LLVMModuleCreateWithNameInContext("demo", Ctx); in createDemoModule()
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsIRTransforms/
H A DOrcV2CBindingsIRTransforms.c38 LLVMModuleRef M = LLVMModuleCreateWithNameInContext("demo", Ctx); in createDemoModule()
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/
H A DOrcV2CBindingsRemovableCode.c33 LLVMModuleRef M = LLVMModuleCreateWithNameInContext("demo", Ctx); in createDemoModule()
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsReflectProcessSymbols/
H A DOrcV2CBindingsReflectProcessSymbols.c56 LLVMModuleRef M = LLVMModuleCreateWithNameInContext("demo", Ctx); in createDemoModule()
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsMCJITLikeMemoryManager/
H A DOrcV2CBindingsMCJITLikeMemoryManager.c161 LLVMModuleRef M = LLVMModuleCreateWithNameInContext("demo", Ctx); in createDemoModule()
/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp1388 LLVMModuleRef M = LLVMModuleCreateWithNameInContext(ModuleName, Ctx); in llvm_echo()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h705 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID,
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c287 return LLVMModuleCreateWithNameInContext(String_val(ModuleID), C); in llvm_create_module()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp259 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext() function