Searched refs:RawLastModified (Results 1 – 2 of 2) sorted by relevance
2498 StringRef RawLastModified = C.getRawLastModified(); in printArchiveChild() local2500 if (RawLastModified.getAsInteger(10, Seconds)) in printArchiveChild()2501 outs() << "(date: \"" << RawLastModified in printArchiveChild()
2259 StringRef RawLastModified = C.getRawLastModified(); in printArchiveChild() local2262 if (RawLastModified.getAsInteger(10, Seconds)) in printArchiveChild()2263 outs() << "(date: \"" << RawLastModified in printArchiveChild()2273 outs() << RawLastModified << " "; in printArchiveChild()