Searched refs:RawLastModified (Results 1 – 2 of 2) sorted by relevance
3200 StringRef RawLastModified = C.getRawLastModified(); in printArchiveChild() local3202 if (RawLastModified.getAsInteger(10, Seconds)) in printArchiveChild()3203 outs() << "(date: \"" << RawLastModified in printArchiveChild()
2455 StringRef RawLastModified = C.getRawLastModified(); in printArchiveChild() local2458 if (RawLastModified.getAsInteger(10, Seconds)) in printArchiveChild()2459 outs() << "(date: \"" << RawLastModified in printArchiveChild()2469 outs() << RawLastModified << " "; in printArchiveChild()