Home
last modified time | relevance | path

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

/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp165 Module = LLVMModuleCreateWithName("simple_module"); in buildSimpleFunction()
185 Module = LLVMModuleCreateWithName("simple_module"); in buildFunctionThatUsesStackmap()
215 Module = LLVMModuleCreateWithName("simple_module"); in buildModuleWithCodeAndData()
/external/llvm/tools/llvm-c-test/
Dcalc.c118 LLVMModuleRef M = LLVMModuleCreateWithName(name); in handle_line()
/external/llvm/bindings/python/llvm/
Dcore.py201 m = Module(lib.LLVMModuleCreateWithName(module_id))
504 library.LLVMModuleCreateWithName.argtypes = [c_char_p]
505 library.LLVMModuleCreateWithName.restype = c_object_p
/external/llvm/include/llvm-c/
DCore.h552 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID);
/external/llvm/lib/IR/
DCore.cpp149 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName() function