Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp166 Module = LLVMModuleCreateWithName("simple_module"); in buildSimpleFunction()
186 Module = LLVMModuleCreateWithName("simple_module"); in buildFunctionThatUsesStackmap()
217 Module = LLVMModuleCreateWithName("simple_module"); in buildModuleWithCodeAndData()
351 Module = LLVMModuleCreateWithName("simple_module"); in TEST_F()
485 Module = LLVMModuleCreateWithName("testModule"); in TEST_F()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h685 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID);
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go443 m.C = C.LLVMModuleCreateWithName(cname)
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp256 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName() function