Home
last modified time | relevance | path

Searched defs:ModuleID (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Archive/
DArchive.cpp244 const std::string& ModuleID, in GetBitcodeSymbols()
/external/llvm/lib/IR/
DCore.cpp90 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName()
94 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c123 CAMLprim LLVMModuleRef llvm_create_module(LLVMContextRef C, value ModuleID) { in llvm_create_module()