Searched refs:getLastModified (Results 1 – 6 of 6) sorted by relevance
67 getLastModified() const;230 Expected<sys::TimePoint<std::chrono::seconds>> getLastModified() const { in getLastModified() function231 return Header->getLastModified(); in getLastModified()
529 auto ModTimeOrErr = C.getLastModified(); in doDisplayTable()617 auto ModTimeOrErr = C.getLastModified(); in doExtract()891 auto ModTimeOrErr = Member.getLastModified(); in computeInsertAction()
109 auto exp_mtime = child.getLastModified(); in ParseObjects()
393 AbstractArchiveMemberHeader::getLastModified() const { in getLastModified() function in AbstractArchiveMemberHeader
108 auto ModTimeOrErr = OldMember.getLastModified(); in getOldMember()
2293 Expected<TimePoint<std::chrono::seconds>> modTime = c.getLastModified(); in childToObjectFile()