Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm-c/
H A DCore.h561 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID,
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c147 return LLVMModuleCreateWithNameInContext(String_val(ModuleID), C); in llvm_create_module()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DCore.cpp153 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext() function
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go383 m.C = C.LLVMModuleCreateWithNameInContext(cname, c.C)