| /openbsd-src/gnu/llvm/llvm/tools/dsymutil/ |
| H A D | BinaryHolder.h | 61 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 D | BinaryHolder.cpp | 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() [all …]
|
| H A D | DebugMap.cpp | 42 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 D | DebugMap.h | 112 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 D | MachODebugMapParser.cpp | 82 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 D | PerfJITEventListener.cpp | 125 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 D | llvm-ml.cpp | 140 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 D | CXLoadedDiagnostic.cpp | 225 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 D | Opts.td | 19 HelpText<"Timestamp for coff header, defaults to current time">;
|
| /openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
| H A D | SerializedDiagnosticReader.h | 107 unsigned Timestamp, in visitFilenameRecord() argument
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/xray/ |
| H A D | xray_profile_collector.cpp | 49 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 D | smu_v13_0_6_pmfw.h | 145 uint64_t Timestamp; member
|
| /openbsd-src/gnu/llvm/llvm/lib/XRay/ |
| H A D | Profile.cpp | 320 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 D | profile_collector_test.cpp | 34 u64 Timestamp = 0; member
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
| H A D | COFFDump.cpp | 793 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 D | SerializedDiagnosticPrinter.cpp | 113 unsigned Timestamp, 870 unsigned Timestamp, in visitFilenameRecord() argument
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | XRayFDRFormat.rst | 303 | absolute_tsc | ``8`` | Timestamp counter value. |
|
| /openbsd-src/sys/dev/pci/drm/amd/pm/swsmu/smu13/ |
| H A D | smu_v13_0_6_ppt.c | 2036 gpu_metrics->firmware_timestamp = metrics->Timestamp; in smu_v13_0_6_get_gpu_metrics()
|
| /openbsd-src/etc/ |
| H A D | pf.os | 92 # - Timestamp - some systems that implement timestamps set them to
|
| /openbsd-src/share/snmp/ |
| H A D | IP-MIB.txt | 4720 "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 D | usb_hid_usages | 1419 0x20 Sensor Timestamp 1852 0x529 Data Field: Timestamp
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | ChangeLog-9197 | 2243 (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 D | ChangeLog-9197 | 2243 (gen_exp_file): Timestamp should be 0. Insert prefix when 2245 (gen_lib_file): Timestamp should be 0. Insert prefix
|