Home
last modified time | relevance | path

Searched refs:Timestamp (Results 1 – 23 of 23) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DBinaryHolder.h61 TimestampTy Timestamp, bool Verbose = false);
104 TimestampTy Timestamp; member
107 KeyTy(StringRef Filename, TimestampTy Timestamp) in KeyTy()
108 : Filename(Filename.str()), Timestamp(Timestamp) {} in KeyTy()
113 TimestampTy Timestamp, bool Verbose = false);
116 TimestampTy Timestamp,
126 getObjectEntry(StringRef Filename, TimestampTy Timestamp = TimestampTy());
162 K.Timestamp.time_since_epoch().count()));
167 return LHS.Filename == RHS.Filename && LHS.Timestamp == RHS.Timestamp;
H A DBinaryHolder.cpp46 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()
[all …]
H A DDebugMap.cpp42 sys::TimePoint<std::chrono::seconds> Timestamp, in DebugMapObject() argument
44 : Filename(std::string(ObjectFilename)), Timestamp(Timestamp), Type(Type) {} in DebugMapObject()
85 sys::TimePoint<std::chrono::seconds> Timestamp, in addDebugMapObject() argument
87 Objects.emplace_back(new DebugMapObject(ObjectFilePath, Timestamp, Type)); in addDebugMapObject()
153 YamlDMO(IO &io) { Timestamp = 0; } in YamlDMO()
158 int64_t Timestamp; member
174 io.mapOptional("timestamp", Norm->Timestamp); in mapping()
227 Timestamp = sys::toTimeT(Obj.getTimestamp()); in YamlDMO()
278 dsymutil::DebugMapObject Res(Path, sys::toTimePoint(Timestamp), MachO::N_OSO); in denormalize()
H A DDebugMap.h112 sys::TimePoint<std::chrono::seconds> Timestamp,
173 return Timestamp; in getTimestamp()
199 sys::TimePoint<std::chrono::seconds> Timestamp, uint8_t Type);
202 sys::TimePoint<std::chrono::seconds> Timestamp; variable
H A DMachODebugMapParser.cpp82 sys::TimePoint<std::chrono::seconds> Timestamp);
167 StringRef Filename, sys::TimePoint<std::chrono::seconds> Timestamp) { in switchToNewDebugMapObject() argument
174 auto ObjectEntry = BinHolder.getObjectEntry(Path, Timestamp); in switchToNewDebugMapObject()
191 &Result->addDebugMapObject(Path, Timestamp, MachO::N_OSO); in switchToNewDebugMapObject()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp125 uint64_t Timestamp; // timestamp member
133 uint64_t Timestamp; member
221 Header.Timestamp = perf_get_timestamp(); in PerfJITEventListener()
417 rec.Prefix.Timestamp = perf_get_timestamp(); in NotifyCode()
446 rec.Prefix.Timestamp = perf_get_timestamp(); in NotifyDebug()
/openbsd-src/gnu/llvm/llvm/tools/llvm-ml/
H A Dllvm-ml.cpp140 time_t Timestamp; in AssembleInput() local
150 Timestamp = IntTimestamp; in AssembleInput()
152 Timestamp = time(nullptr); in AssembleInput()
156 TM = *gmtime(&Timestamp); in AssembleInput()
159 TM = *localtime(&Timestamp); in AssembleInput()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp225 unsigned Timestamp,
339 unsigned Timestamp, in visitFilenameRecord() argument
346 TopDiags->FakeFiles.getVirtualFile(Name, Size, Timestamp); in visitFilenameRecord()
/openbsd-src/gnu/llvm/llvm/tools/llvm-cvtres/
H A DOpts.td19 HelpText<"Timestamp for coff header, defaults to current time">;
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h107 unsigned Timestamp, in visitFilenameRecord() argument
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp49 u64 Timestamp = 0; // System time in nanoseconds. member
396 FileHeader.Timestamp = NanoTime(); in nextBuffer()
/openbsd-src/sys/dev/pci/drm/amd/pm/swsmu/inc/pmfw_if/
H A Dsmu_v13_0_6_pmfw.h145 uint64_t Timestamp; member
/openbsd-src/gnu/llvm/llvm/lib/XRay/
H A DProfile.cpp320 uint64_t Timestamp; member
357 auto FunctionLocalTime = AbsoluteDifference(Top.Timestamp, E.TSC); in profileFromTrace()
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/tests/unit/
H A Dprofile_collector_test.cpp34 u64 Timestamp = 0; member
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp793 const time_t Timestamp = Obj.getTimeDateStamp(); in printCOFFFileHeader() local
794 outs() << format("\nTime/Date %.24s\n", ctime(&Timestamp)); in printCOFFFileHeader()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp113 unsigned Timestamp,
870 unsigned Timestamp, in visitFilenameRecord() argument
/openbsd-src/gnu/llvm/llvm/docs/
H A DXRayFDRFormat.rst303 | absolute_tsc | ``8`` | Timestamp counter value. |
/openbsd-src/sys/dev/pci/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_6_ppt.c2036 gpu_metrics->firmware_timestamp = metrics->Timestamp; in smu_v13_0_6_get_gpu_metrics()
/openbsd-src/etc/
H A Dpf.os92 # - Timestamp - some systems that implement timestamps set them to
/openbsd-src/share/snmp/
H A DIP-MIB.txt4720 "The number of ICMP Timestamp (request) messages received.
4732 "The number of ICMP Timestamp Reply messages received.
4886 "The number of ICMP Timestamp (request) messages sent.
4898 "The number of ICMP Timestamp Reply messages sent.
/openbsd-src/share/misc/
H A Dusb_hid_usages1419 0x20 Sensor Timestamp
1852 0x529 Data Field: Timestamp
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A DChangeLog-91972243 (gen_exp_file): Timestamp should be 0. Insert prefix when
2245 (gen_lib_file): Timestamp should be 0. Insert prefix
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A DChangeLog-91972243 (gen_exp_file): Timestamp should be 0. Insert prefix when
2245 (gen_lib_file): Timestamp should be 0. Insert prefix