Home
last modified time | relevance | path

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

/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp100 Module = LLVMModuleCreateWithName("simple_module"); in buildSimpleFunction()
/external/llvm/include/llvm-c/
DCore.h479 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID);
/external/llvm/lib/IR/
DCore.cpp96 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName() function