Lines Matching refs:Timestamp
46 TimestampTy Timestamp, bool Verbose) { in load() argument
90 StringRef Filename, TimestampTy Timestamp, in load() argument
99 if (Filename != "-" && Timestamp != sys::TimePoint<>()) { in load()
103 if (Timestamp != std::chrono::time_point_cast<std::chrono::seconds>( in load()
108 << ") and debug map (" << Timestamp << ")\n"; in load()
166 TimestampTy Timestamp, in getObjectEntry() argument
171 KeyTy Key = {ObjectFilename, Timestamp}; in getObjectEntry()
192 if (Timestamp != sys::TimePoint<>() && in getObjectEntry()
193 Timestamp != std::chrono::time_point_cast<std::chrono::seconds>( in getObjectEntry()
199 << ModTimeOrErr.get() << ") and debug map (" << Timestamp in getObjectEntry()
232 BinaryHolder::getObjectEntry(StringRef Filename, TimestampTy Timestamp) { in getObjectEntry() argument
242 return ArchiveCache[ArchiveFilename]->getObjectEntry(Filename, Timestamp, in getObjectEntry()
246 auto Err = AE->load(VFS, Filename, Timestamp, Verbose); in getObjectEntry()
253 Filename, Timestamp, Verbose); in getObjectEntry()
263 auto Err = OE->load(VFS, Filename, Timestamp, Verbose); in getObjectEntry()