Searched defs:ModuleID (Results 1 – 6 of 6) sorted by relevance
40 const std::string ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local67 const std::string ModuleID = M->getModuleIdentifier(); in getObjectInternal() local
267 const std::string ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local283 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() local912 const std::string ModuleID = M->getModuleIdentifier(); in compileModule() local
709 const std::string ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local731 const std::string ModuleID = M->getModuleIdentifier(); in getObject() local1048 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()
148 CAMLprim LLVMModuleRef llvm_create_module(LLVMContextRef C, value ModuleID) { in llvm_create_module()