Lines Matching full:timestamp
50 TimestampTy Timestamp, Options Opts) {
94 StringRef Filename, TimestampTy Timestamp,
103 if (Opts.Warn && Filename != "-" && Timestamp != sys::TimePoint<>()) {
107 if (Timestamp != std::chrono::time_point_cast<std::chrono::seconds>(
110 << ": timestamp mismatch between object file ("
112 << ") and debug map (" << Timestamp << ")\n";
170 TimestampTy Timestamp,
175 KeyTy Key = {ObjectFilename, Timestamp};
196 if (Timestamp != sys::TimePoint<>() &&
197 Timestamp != std::chrono::time_point_cast<std::chrono::seconds>(
202 << ": timestamp mismatch between archive member ("
203 << ModTimeOrErr.get() << ") and debug map (" << Timestamp
236 BinaryHolder::getObjectEntry(StringRef Filename, TimestampTy Timestamp) {
247 return ArchiveCache[ArchiveFilename]->getObjectEntry(Filename, Timestamp,
251 auto Err = AE->load(VFS, Filename, Timestamp, Opts);
258 Timestamp, Opts);
269 auto Err = OE->load(VFS, Filename, Timestamp, Opts);