D | LTOModule.cpp | 89 LTOModule *LTOModule::makeLTOModule(const char *path, in makeLTOModule() function in LTOModule 96 return makeLTOModule(buffer.take(), errMsg); in makeLTOModule() 99 LTOModule *LTOModule::makeLTOModule(int fd, const char *path, in makeLTOModule() function in LTOModule 102 return makeLTOModule(fd, path, size, size, 0, errMsg); in makeLTOModule() 105 LTOModule *LTOModule::makeLTOModule(int fd, const char *path, in makeLTOModule() function in LTOModule 116 return makeLTOModule(buffer.take(), errMsg); in makeLTOModule() 126 LTOModule *LTOModule::makeLTOModule(const void *mem, size_t length, in makeLTOModule() function in LTOModule 131 return makeLTOModule(buffer.take(), errMsg); in makeLTOModule() 134 LTOModule *LTOModule::makeLTOModule(MemoryBuffer *buffer, in makeLTOModule() function in LTOModule
|