Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Dmetadata.c18 LLVMModuleRef m = LLVMModuleCreateWithName("Mod"); in llvm_add_named_metadata_operand()
H A Dcalc.c118 LLVMModuleRef M = LLVMModuleCreateWithName(name); in handle_line()
H A Ddebuginfo.c33 LLVMModuleRef M = LLVMModuleCreateWithName(Filename); in llvm_test_dibuilder()
/openbsd-src/gnu/llvm/llvm/bindings/python/llvm/
H A Dcore.py203 m = Module(lib.LLVMModuleCreateWithName(module_id))
506 library.LLVMModuleCreateWithName.argtypes = [c_char_p]
507 library.LLVMModuleCreateWithName.restype = c_object_p
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h697 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp255 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName() function