Searched refs:RawLastModified (Results 1 – 3 of 3) sorted by relevance
2224 StringRef RawLastModified = C.getRawLastModified(); in printArchiveChild() local2226 if (RawLastModified.getAsInteger(10, Seconds)) in printArchiveChild()2227 outs() << "(date: \"" << RawLastModified in printArchiveChild()
1889 StringRef RawLastModified = C.getRawLastModified(); in printArchiveChild() local1892 if (RawLastModified.getAsInteger(10, Seconds)) in printArchiveChild()1893 outs() << "(date: \"" << RawLastModified in printArchiveChild()1903 outs() << RawLastModified << " "; in printArchiveChild()
1506 StringRef RawLastModified = C.getRawLastModified(); in printArchiveChild() local1509 if (RawLastModified.getAsInteger(10, Seconds)) in printArchiveChild()1510 outs() << "(date: \"%s\" contains non-decimal chars) " << RawLastModified; in printArchiveChild()1519 outs() << RawLastModified << " "; in printArchiveChild()