Home
last modified time | relevance | path

Searched refs:toTimeT (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DUnix.h85 RetVal.tv_sec = toTimeT(TP); in toTimeSpec()
95 RetVal.tv_sec = toTimeT(TP); in toTimeVal()
H A DPath.inc818 Attr.att_atime = sys::toTimeT(AccessTime);
820 Attr.att_mtime = sys::toTimeT(ModificationTime);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDataFileCache.cpp178 mod_time = llvm::sys::toTimeT(module->GetModificationTime()); in CacheSignature()
182 mod_time = llvm::sys::toTimeT(module->GetObjectModificationTime()); in CacheSignature()
198 mod_time = llvm::sys::toTimeT(fs.GetModificationTime(objfile->GetFileSpec())); in CacheSignature()
203 llvm::sys::toTimeT(objfile->GetModule()->GetObjectModificationTime()); in CacheSignature()
H A DModule.cpp1620 const auto mtime = llvm::sys::toTimeT(m_object_mod_time); in Hash()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DChrono.cpp28 std::time_t OurTime = toTimeT(TP); in getStructTM()
46 std::time_t OurTime = toTimeT(TP); in getStructTMUtc()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DChrono.h50 inline std::time_t toTimeT(TimePoint<> TP) { in toTimeT() function
57 inline std::time_t toTimeT(UtcTime<> TP) { in toTimeT() function
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningService.h90 llvm::sys::toTimeT(std::chrono::system_clock::now()));
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DModuleCache.cpp42 return llvm::sys::toTimeT(Status.getLastModificationTime()); in getModuleTimestamp()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DInProcessModuleCache.cpp100 Timestamp.store(llvm::sys::toTimeT(std::chrono::system_clock::now())); in updateModuleTimestamp()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp326 UFE->ModTime = llvm::sys::toTimeT(Status.getLastModificationTime()); in getFileRef()
475 BFE->ModTime = llvm::sys::toTimeT(Status.getLastModificationTime()); in getBypassFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp435 (uint32_t)llvm::sys::toTimeT(oso_mod_time), in GetModuleByCompUnitInfo()
436 (uint32_t)llvm::sys::toTimeT(comp_unit_info->oso_mod_time)); in GetModuleByCompUnitInfo()
484 (uint32_t)llvm::sys::toTimeT(comp_unit_info->oso_mod_time)); in GetModuleByCompUnitInfo()
1292 (uint32_t)llvm::sys::toTimeT(info.oso_mod_time)); in GetSeparateDebugInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h222 uint64_t(llvm::sys::toTimeT(m_object_mod_time))); in Dump()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp643 Status.getSize(), llvm::sys::toTimeT(Status.getLastModificationTime())); in CanReuse()
693 llvm::sys::toTimeT(Status.getLastModificationTime()) != in CanReuse()
H A DCompilerInstance.cpp1665 llvm::sys::toTimeT(StatBuf.getLastModificationTime()); in pruneModuleCache()
1700 time_t FileAccessTime = llvm::sys::toTimeT(StatBuf.getLastAccessedTime()); in pruneModuleCache()
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriverUtils.cpp365 return toTimeT(stat.getLastModificationTime()); in getModTime()
H A DInputFiles.cpp2297 return loadArchiveMember(*mb, toTimeT(*modTime), getName(), in childToObjectFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp164 const uint64_t object_modification_date = llvm::sys::toTimeT(object_mod_time); in FindObject()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp218 printWithSpacePadding(Out, sys::toTimeT(ModTime), 12); in printRestOfMemberHeader()
266 printWithSpacePadding(Out, sys::toTimeT(ModTime), 12); // File member date in printBigArchiveMemberHeader()