Searched refs:RawLastModified (Results 1 – 2 of 2) sorted by relevance
2150 StringRef RawLastModified = C.getRawLastModified(); in printArchiveChild() local2152 if (RawLastModified.getAsInteger(10, Seconds)) in printArchiveChild()2153 outs() << "(date: \"" << RawLastModified in printArchiveChild()
2237 StringRef RawLastModified = C.getRawLastModified(); in printArchiveChild() local2240 if (RawLastModified.getAsInteger(10, Seconds)) in printArchiveChild()2241 outs() << "(date: \"" << RawLastModified in printArchiveChild()2251 outs() << RawLastModified << " "; in printArchiveChild()