Home
last modified time | relevance | path

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

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