| /llvm-project-15.0.7/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 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 D | DebugMap.cpp | 42 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 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); 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 D | ClangTidyProfiling.cpp | 24 : 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 D | ClangTidyProfiling.h | 28 llvm::sys::TimePoint<> Timestamp; member
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/support/ |
| H A D | Logger.cpp | 54 llvm::sys::TimePoint<> Timestamp = std::chrono::system_clock::now(); in log() local 58 Timestamp, Message); in log()
|
| H A D | Trace.cpp | 80 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 D | llvm-ml.cpp | 136 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 D | dwarfdump-line-dwo.s | 38 .byte 0x41 # Timestamp 85 .byte 0x14 # Timestamp
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-cvtres/ |
| H A D | help.test | 15 ; HELP_TEST-NEXT: /TIMESTAMP:<value> Timestamp for coff header, defaults to current time
|
| /llvm-project-15.0.7/llvm/tools/llvm-cvtres/ |
| H A D | Opts.td | 19 HelpText<"Timestamp for coff header, defaults to current time">;
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/ |
| H A D | debug-line.s | 145 .byte 0x11 ## Timestamp 170 .byte 0 ## Timestamp
|
| /llvm-project-15.0.7/clang/include/clang/Frontend/ |
| H A D | SerializedDiagnosticReader.h | 107 unsigned Timestamp, in visitFilenameRecord() argument
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | map.test | 14 # MAP-NEXT: Timestamp is {{.*}}
|
| /llvm-project-15.0.7/llvm/lib/XRay/ |
| H A D | Profile.cpp | 320 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 D | private-headers-old.test | 62 LOADCFG-NEXT: Timestamp: 0
|
| /llvm-project-15.0.7/compiler-rt/lib/xray/tests/unit/ |
| H A D | profile_collector_test.cpp | 34 u64 Timestamp = 0; member
|
| /llvm-project-15.0.7/llvm/tools/llvm-objdump/ |
| H A D | COFFDump.cpp | 789 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 D | SerializedDiagnosticPrinter.cpp | 113 unsigned Timestamp, 870 unsigned Timestamp, in visitFilenameRecord() argument
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | XRayFDRFormat.rst | 303 | absolute_tsc | ``8`` | Timestamp counter value. |
|