Home
last modified time | relevance | path

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

/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp166 Module = LLVMModuleCreateWithName("simple_module"); in buildSimpleFunction()
186 Module = LLVMModuleCreateWithName("simple_module"); in buildFunctionThatUsesStackmap()
216 Module = LLVMModuleCreateWithName("simple_module"); in buildModuleWithCodeAndData()
350 Module = LLVMModuleCreateWithName("simple_module"); in TEST_F()
478 Module = LLVMModuleCreateWithName("testModule"); in TEST_F()
/external/llvm/tools/llvm-c-test/
Dmetadata.c18 LLVMModuleRef m = LLVMModuleCreateWithName("Mod"); in llvm_add_named_metadata_operand()
Dcalc.c117 LLVMModuleRef M = LLVMModuleCreateWithName(name); in handle_line()
/external/llvm/bindings/python/llvm/
Dcore.py201 m = Module(lib.LLVMModuleCreateWithName(module_id))
501 library.LLVMModuleCreateWithName.argtypes = [c_char_p]
502 library.LLVMModuleCreateWithName.restype = c_object_p
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h320 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID);
/external/llvm/include/llvm-c/
DCore.h570 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID);
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp82 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName() function
/external/llvm/lib/IR/
DCore.cpp214 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName() function
/external/llvm/bindings/go/llvm/
Dir.go378 m.C = C.LLVMModuleCreateWithName(cname)