HomeSort by: relevance | last modified time | path
    Searched refs:Timestamp (Results 1 - 17 of 17) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
BinaryHolder.h 61 TimestampTy Timestamp, bool Verbose = false);
104 TimestampTy Timestamp;
106 KeyTy() : Filename(), Timestamp() {}
107 KeyTy(StringRef Filename, TimestampTy Timestamp)
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.time_since_epoch().count()))
    [all...]
BinaryHolder.cpp 46 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>(
106 << ": timestamp mismatch between object file ("
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>
    [all...]
DebugMap.cpp 42 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;
175 io.mapOptional("timestamp", Norm->Timestamp);
228 Timestamp = sys::toTimeT(Obj.getTimestamp())
    [all...]
DebugMap.h 112 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;
MachODebugMapParser.cpp 74 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);
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
SerializedDiagnosticReader.h 107 unsigned Timestamp,
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/PerfJITEvents/
PerfJITEventListener.cpp 54 // bit 0: set if the jitdump file is using an architecture-specific timestamp
126 uint64_t Timestamp; // timestamp
134 uint64_t Timestamp;
222 Header.Timestamp = perf_get_timestamp();
415 rec.Prefix.Timestamp = perf_get_timestamp();
444 rec.Prefix.Timestamp = perf_get_timestamp();
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXLoadedDiagnostic.cpp 225 unsigned Timestamp,
339 unsigned Timestamp,
346 TopDiags->FakeFiles.getVirtualFile(Name, Size, Timestamp);
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_profile_collector.cc 50 u64 Timestamp = 0; // System time in nanoseconds.
397 FileHeader.Timestamp = NanoTime();
  /src/external/apache2/llvm/dist/llvm/lib/XRay/
Profile.cpp 320 uint64_t Timestamp;
357 auto FunctionLocalTime = AbsoluteDifference(Top.Timestamp, E.TSC);
  /src/distrib/sets/
maketars 31 timestamp=
62 -T timestamp Timestamp to set for all the files in the tar.
133 timestamp="--timestamp $OPTARG"
218 ${PAX} -dOw ${timestamp} -N"${etcdir}" -M "$@" < "${setlistdir}/set.${s}")
  /src/sys/dev/acpi/
apei_cper.h 53 uint64_t Timestamp;
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
profile_collector_test.cc 35 u64 Timestamp = 0;
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 114 unsigned Timestamp,
871 unsigned Timestamp,
  /src/external/bsd/libpcap/dist/
pcap-tc.c 937 hdr.ts.tv_sec = (bpf_u_int32)(tcHeader.Timestamp / (ULONGLONG)(1000 * 1000 * 1000));
938 hdr.ts.tv_usec = (bpf_u_int32)((tcHeader.Timestamp % (ULONGLONG)(1000 * 1000 * 1000)) / 1000);
  /src/external/bsd/wpa/dist/src/drivers/
driver_ndis.c 179 UCHAR Timestamp[8];
883 r->tsf = WPA_GET_LE64(fixed->Timestamp);
  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c 701 StringOption( 0, "timestamp", &gRegister_TimeOfReceipt, "Unix time", "Time since epoch in seconds to indicate when the service registration request is received, should be used with flag kDNSServiceFlagsNoAutoRename", false ),
766 StringOption( 0, "timestamp", &gRegisterRecord_TimeOfReceipt, "Unix time", "Time since epoch in seconds to indicate when the record registration request is received.", false ),
3433 _PRINTF_EXTENSION_HANDLER_DECLARE( Timestamp );
3820 FPrintF( stdout, "%-26s %-17s IF %-20s %-20s Instance Name\n", "Timestamp", "Flags", "Domain", "Service Type" );
4347 FPrintF( stdout, "%-26s %-17s IF %-30s %-34s %6s\n", "Timestamp", "Flags", "Hostname", "Address", "TTL" );
4676 "Timestamp", "Flags", "Name", "Type", "Class", "TTL" );
4739 uint32_t timestamp; // Timestamp in seconds since epoch time to indicate when the service is registered. member in struct:__anon3592
4742 Boolean setTimestamp; // True if the timestamp attribute needs to be set.
4820 err = _UInt32FromArgString( gRegister_TimeOfReceipt, "timestamp", &context->timestamp )
5205 uint32_t timestamp; \/\/ Timestamp in seconds since epoch time to indicate when the record is registered. member in struct:__anon3593
25470 char timestamp[ 32 ]; local
25572 char timestamp[ 32 ]; local
25692 char timestamp[ 32 ]; local
    [all...]

Completed in 59 milliseconds