Searched refs:RawLastModified (Results 1 – 2 of 2) sorted by relevance
2335 StringRef RawLastModified = C.getRawLastModified(); in printArchiveChild() local2337 if (RawLastModified.getAsInteger(10, Seconds)) in printArchiveChild()2338 outs() << "(date: \"" << RawLastModified in printArchiveChild()
1901 StringRef RawLastModified = C.getRawLastModified(); in printArchiveChild() local1904 if (RawLastModified.getAsInteger(10, Seconds)) in printArchiveChild()1905 outs() << "(date: \"" << RawLastModified in printArchiveChild()1915 outs() << RawLastModified << " "; in printArchiveChild()