Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DCore.h434 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID,
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c124 return LLVMModuleCreateWithNameInContext(String_val(ModuleID), C); in llvm_create_module()
/external/llvm/lib/VMCore/
DCore.cpp87 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext() function