Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Dmetadata.c18 LLVMModuleRef m = LLVMModuleCreateWithName("Mod"); in llvm_add_named_metadata_operand()
H A Dcalc.c117 LLVMModuleRef M = LLVMModuleCreateWithName(name); in handle_line()
H A Ddebuginfo.c33 LLVMModuleRef M = LLVMModuleCreateWithName(Filename); in llvm_test_dibuilder()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
H A Dcore.py203 m = Module(lib.LLVMModuleCreateWithName(module_id))
515 library.LLVMModuleCreateWithName.argtypes = [c_char_p]
516 library.LLVMModuleCreateWithName.restype = c_object_p
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h670 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go443 m.C = C.LLVMModuleCreateWithName(cname)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp247 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName() function