Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/tools/llvm-c-test/
H A Dmetadata.c19 LLVMModuleRef m = LLVMModuleCreateWithName("Mod"); in add_named_metadata_operand()
H A Dcalc.c118 LLVMModuleRef M = LLVMModuleCreateWithName(name); in handle_line()
/minix3/external/bsd/llvm/dist/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp163 Module = LLVMModuleCreateWithName("simple_module"); in buildSimpleFunction()
183 Module = LLVMModuleCreateWithName("simple_module"); in buildFunctionThatUsesStackmap()
213 Module = LLVMModuleCreateWithName("simple_module"); in buildModuleWithCodeAndData()
353 Module = LLVMModuleCreateWithName("simple_module"); in TEST_F()
/minix3/external/bsd/llvm/dist/llvm/bindings/python/llvm/
H A Dcore.py201 m = Module(lib.LLVMModuleCreateWithName(module_id))
504 library.LLVMModuleCreateWithName.argtypes = [c_char_p]
505 library.LLVMModuleCreateWithName.restype = c_object_p
/minix3/external/bsd/llvm/dist/llvm/include/llvm-c/
H A DCore.h553 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID);
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DCore.cpp149 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName() function
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go376 m.C = C.LLVMModuleCreateWithName(cname)