Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
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()
232 BinaryHolder::getObjectEntry(StringRef Filename, TimestampTy Timestamp) { in getObjectEntry() argument
246 auto Err = AE->load(VFS, Filename, Timestamp, Verbose); in getObjectEntry()
253 Filename, Timestamp, Verbose); 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()
84 sys::TimePoint<std::chrono::seconds> Timestamp, in addDebugMapObject() argument
86 Objects.emplace_back(new DebugMapObject(ObjectFilePath, Timestamp, Type)); in addDebugMapObject()
152 YamlDMO(IO &io) { Timestamp = 0; } in YamlDMO()
157 int64_t Timestamp; member
173 io.mapOptional("timestamp", Norm->Timestamp); in mapping()
226 Timestamp = sys::toTimeT(Obj.getTimestamp()); in YamlDMO()
277 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);
166 StringRef Filename, sys::TimePoint<std::chrono::seconds> Timestamp) { in switchToNewDebugMapObject() argument
173 auto ObjectEntry = BinHolder.getObjectEntry(Path, Timestamp); in switchToNewDebugMapObject()
190 &Result->addDebugMapObject(Path, Timestamp, MachO::N_OSO); in switchToNewDebugMapObject()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyProfiling.cpp24 : Timestamp(std::chrono::system_clock::now()), SourceFilename(SourceFile) { in StorageParams()
27 llvm::format_provider<decltype(Timestamp)>::format(Timestamp, OS, in StorageParams()
47 OS << "\"timestamp\": \"" << Storage->Timestamp << "\",\n"; in printAsJSON()
H A DClangTidyProfiling.h28 llvm::sys::TimePoint<> Timestamp; member
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang-tools-extra/clangd/support/
H A DLogger.cpp54 llvm::sys::TimePoint<> Timestamp = std::chrono::system_clock::now(); in log() local
58 Timestamp, Message); in log()
H A DTrace.cpp80 uint64_t TID = llvm::get_threadid(), double Timestamp = 0) { in jsonEvent() argument
81 Contents["ts"] = Timestamp ? Timestamp : timestamp(); in jsonEvent()
/llvm-project-15.0.7/llvm/tools/llvm-ml/
H A Dllvm-ml.cpp136 time_t Timestamp; in AssembleInput() local
146 Timestamp = IntTimestamp; in AssembleInput()
148 Timestamp = time(nullptr); in AssembleInput()
152 TM = *gmtime(&Timestamp); in AssembleInput()
155 TM = *localtime(&Timestamp); in AssembleInput()
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Ddwarfdump-line-dwo.s38 .byte 0x41 # Timestamp
85 .byte 0x14 # Timestamp
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp225 unsigned Timestamp,
339 unsigned Timestamp, in visitFilenameRecord() argument
346 TopDiags->FakeFiles.getVirtualFile(Name, Size, Timestamp); in visitFilenameRecord()
/llvm-project-15.0.7/llvm/test/tools/llvm-cvtres/
H A Dhelp.test15 ; HELP_TEST-NEXT: /TIMESTAMP:<value> Timestamp for coff header, defaults to current time
/llvm-project-15.0.7/llvm/tools/llvm-cvtres/
H A DOpts.td19 HelpText<"Timestamp for coff header, defaults to current time">;
/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/
H A Ddebug-line.s145 .byte 0x11 ## Timestamp
170 .byte 0 ## Timestamp
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h107 unsigned Timestamp, in visitFilenameRecord() argument
/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp49 u64 Timestamp = 0; // System time in nanoseconds. member
396 FileHeader.Timestamp = NanoTime(); in nextBuffer()
/llvm-project-15.0.7/lld/test/COFF/
H A Dmap.test14 # MAP-NEXT: Timestamp is {{.*}}
/llvm-project-15.0.7/llvm/lib/XRay/
H A DProfile.cpp320 uint64_t Timestamp; member
357 auto FunctionLocalTime = AbsoluteDifference(Top.Timestamp, E.TSC); in profileFromTrace()
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/COFF/
H A Dprivate-headers-old.test62 LOADCFG-NEXT: Timestamp: 0
/llvm-project-15.0.7/compiler-rt/lib/xray/tests/unit/
H A Dprofile_collector_test.cpp34 u64 Timestamp = 0; member
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp789 const time_t Timestamp = Obj.getTimeDateStamp(); in printCOFFFileHeader() local
790 outs() << format("\nTime/Date %.24s\n", ctime(&Timestamp)); in printCOFFFileHeader()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp113 unsigned Timestamp,
870 unsigned Timestamp, in visitFilenameRecord() argument
/llvm-project-15.0.7/llvm/docs/
H A DXRayFDRFormat.rst303 | absolute_tsc | ``8`` | Timestamp counter value. |