Searched refs:RawLastModified (Results 1 – 2 of 2) sorted by relevance
3271 StringRef RawLastModified = C.getRawLastModified(); in printArchiveChild() local3273 if (RawLastModified.getAsInteger(10, Seconds)) in printArchiveChild()3274 outs() << "(date: \"" << RawLastModified in printArchiveChild()
2459 StringRef RawLastModified = C.getRawLastModified(); in printArchiveChild() local2462 if (RawLastModified.getAsInteger(10, Seconds)) in printArchiveChild()2463 outs() << "(date: \"" << RawLastModified in printArchiveChild()2473 outs() << RawLastModified << " "; in printArchiveChild()