Searched defs:ModuleID (Results 1 – 6 of 6) sorted by relevance
29 const std::string ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local56 const std::string ModuleID = M->getModuleIdentifier(); in getObjectInternal() local
277 const std::string ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local293 const std::string ModuleID = M->getModuleIdentifier(); in getObject() local
685 const std::string ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local707 const std::string ModuleID = M->getModuleIdentifier(); in getObject() local911 const std::string ModuleID = M->getModuleIdentifier(); in compileModule() local
704 const std::string ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local726 const std::string ModuleID = M->getModuleIdentifier(); in getObject() local952 const std::string ModuleID = M->getModuleIdentifier(); in compileModule() local
149 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName()153 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext()
146 CAMLprim LLVMModuleRef llvm_create_module(LLVMContextRef C, value ModuleID) { in llvm_create_module()