Searched refs:Timestamp (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DBinaryHolder.h61 TimestampTy Timestamp, bool Verbose = false);
104 TimestampTy Timestamp; member in struct:llvm::dsymutil::BinaryHolder::ArchiveEntry::KeyTy
106 KeyTy() : Filename(), Timestamp() {}
107 KeyTy(StringRef Filename, TimestampTy Timestamp) argument
108 : Filename(Filename.str()), Timestamp(Timestamp) {}
113 TimestampTy Timestamp, bool Verbose = false);
116 TimestampTy Timestamp,
126 getObjectEntry(StringRef Filename, TimestampTy Timestamp = TimestampTy());
162 K.Timestamp
[all...]
H A DBinaryHolder.cpp46 TimestampTy Timestamp, bool Verbose) {
90 StringRef Filename, TimestampTy Timestamp,
99 if (Filename != "-" && Timestamp != sys::TimePoint<>()) {
103 if (Timestamp != std::chrono::time_point_cast<std::chrono::seconds>(
108 << ") and debug map (" << Timestamp << ")\n";
166 TimestampTy Timestamp,
173 KeyTy Key = {ObjectFilename, Timestamp};
195 if (Timestamp != sys::TimePoint<>() &&
196 Timestamp != std::chrono::time_point_cast<std::chrono::seconds>(
202 << ModTimeOrErr.get() << ") and debug map (" << Timestamp
44 load(IntrusiveRefCntPtr<vfs::FileSystem> VFS, StringRef Filename, TimestampTy Timestamp, bool Verbose) argument
89 load(IntrusiveRefCntPtr<vfs::FileSystem> VFS, StringRef Filename, TimestampTy Timestamp, bool Verbose) argument
165 getObjectEntry(StringRef Filename, TimestampTy Timestamp, bool Verbose) argument
236 getObjectEntry(StringRef Filename, TimestampTy Timestamp) argument
[all...]
H A DDebugMap.cpp42 sys::TimePoint<std::chrono::seconds> Timestamp,
44 : Filename(std::string(ObjectFilename)), Timestamp(Timestamp), Type(Type) {}
86 sys::TimePoint<std::chrono::seconds> Timestamp,
88 Objects.emplace_back(new DebugMapObject(ObjectFilePath, Timestamp, Type));
154 YamlDMO(IO &io) { Timestamp = 0; }
159 int64_t Timestamp; member in struct:llvm::yaml::MappingTraits::YamlDMO
175 io.mapOptional("timestamp", Norm->Timestamp);
228 Timestamp = sys::toTimeT(Obj.getTimestamp());
279 dsymutil::DebugMapObject Res(Path, sys::toTimePoint(Timestamp), Mach
41 DebugMapObject(StringRef ObjectFilename, sys::TimePoint<std::chrono::seconds> Timestamp, uint8_t Type) argument
85 addDebugMapObject(StringRef ObjectFilePath, sys::TimePoint<std::chrono::seconds> Timestamp, uint8_t Type) argument
[all...]
H A DDebugMap.h112 sys::TimePoint<std::chrono::seconds> Timestamp,
173 return Timestamp;
199 sys::TimePoint<std::chrono::seconds> Timestamp, uint8_t Type);
202 sys::TimePoint<std::chrono::seconds> Timestamp; member in class:llvm::dsymutil::DebugMapObject
H A DMachODebugMapParser.cpp74 sys::TimePoint<std::chrono::seconds> Timestamp);
156 StringRef Filename, sys::TimePoint<std::chrono::seconds> Timestamp) {
163 auto ObjectEntry = BinHolder.getObjectEntry(Path, Timestamp);
180 &Result->addDebugMapObject(Path, Timestamp, MachO::N_OSO);
155 switchToNewDebugMapObject( StringRef Filename, sys::TimePoint<std::chrono::seconds> Timestamp) argument
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h107 unsigned Timestamp,
106 visitFilenameRecord(unsigned ID, unsigned Size, unsigned Timestamp, StringRef Name) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp126 uint64_t Timestamp; // timestamp member in struct:__anon1962::LLVMPerfJitHeader
134 uint64_t Timestamp; member in struct:__anon1962::LLVMPerfJitRecordPrefix
222 Header.Timestamp = perf_get_timestamp();
415 rec.Prefix.Timestamp = perf_get_timestamp();
444 rec.Prefix.Timestamp = perf_get_timestamp();
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp225 unsigned Timestamp,
339 unsigned Timestamp,
346 TopDiags->FakeFiles.getVirtualFile(Name, Size, Timestamp);
/netbsd-current/sys/dev/acpi/
H A Dapei_cper.h53 uint64_t Timestamp; member in struct:cper_header
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_profile_collector.cc50 u64 Timestamp = 0; // System time in nanoseconds. member in struct:__xray::profileCollectorService::__anon7777::XRayProfilingFileHeader
397 FileHeader.Timestamp = NanoTime();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/XRay/
H A DProfile.cpp320 uint64_t Timestamp; member in struct:llvm::xray::__anon2869::StackEntry
357 auto FunctionLocalTime = AbsoluteDifference(Top.Timestamp, E.TSC);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
H A Dprofile_collector_test.cc35 u64 Timestamp = 0; member in struct:__xray::__anon7768::ExpectedProfilingFileHeader
/netbsd-current/distrib/sets/
H A Dmaketars62 -T timestamp Timestamp to set for all the files in the tar.
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp114 unsigned Timestamp,
871 unsigned Timestamp,
870 visitFilenameRecord(unsigned ID, unsigned Size, unsigned Timestamp, StringRef Name) argument
/netbsd-current/external/bsd/libpcap/dist/
H A Dpcap-tc.c939 hdr.ts.tv_sec = (bpf_u_int32)(tcHeader.Timestamp / (ULONGLONG)(1000 * 1000 * 1000));
940 hdr.ts.tv_usec = (bpf_u_int32)((tcHeader.Timestamp % (ULONGLONG)(1000 * 1000 * 1000)) / 1000);
/netbsd-current/external/bsd/wpa/dist/src/drivers/
H A Ddriver_ndis.c179 UCHAR Timestamp[8]; member in struct:NDIS_802_11_FIXED_IEs
883 r->tsf = WPA_GET_LE64(fixed->Timestamp);

Completed in 297 milliseconds