| 69 | } |
| 70 | |
| 71 | std::time_t ModuleCache::cacheUpdateTime(const boost::filesystem::path& moduleName) const { |
| 72 | return boost::filesystem::last_write_time(cachePathForModule(moduleName)); |
| 73 | } |
| 74 | |
| 75 | std::unique_ptr<llvm::Module> ModuleCache::retrieveFromCache( |
| 76 | const boost::filesystem::path& moduleName, std::time_t atLeastThisNew) { |
nothing calls this directly
no outgoing calls
no test coverage detected