Searched refs:RawLastModified (Results 1 – 3 of 3) sorted by relevance
2755 StringRef RawLastModified = C.getRawLastModified(); in printArchiveChild() local2757 if (RawLastModified.getAsInteger(10, Seconds)) in printArchiveChild()2758 outs() << "(date: \"" << RawLastModified in printArchiveChild()
2250 StringRef RawLastModified = C.getRawLastModified(); in printArchiveChild() local2253 if (RawLastModified.getAsInteger(10, Seconds)) in printArchiveChild()2254 outs() << "(date: \"" << RawLastModified in printArchiveChild()2264 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()