Home
last modified time | relevance | path

Searched refs:toTimePoint (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DChrono.h45 toTimePoint(std::time_t T) { in toTimePoint() function
52 toTimePoint(std::time_t T, uint32_t nsec) { in toTimePoint() function
/freebsd-12.1/contrib/llvm/lib/Support/Windows/
H A DWindowsSupport.h202 inline TimePoint<> toTimePoint(FILETIME Time) { in toTimePoint() function
H A DPath.inc179 return toTimePoint(Time);
186 return toTimePoint(Time);
/freebsd-12.1/contrib/llvm/lib/Object/
H A DArchiveWriter.cpp521 ModTime = sys::toTimePoint(FilenameCount[M.MemberName]++); in computeMemberData()
H A DArchive.cpp281 return sys::toTimePoint(Seconds); in getLastModified()
/freebsd-12.1/contrib/llvm/lib/Support/Unix/
H A DPath.inc232 return toTimePoint(fs_st_atime, fs_st_atime_nsec);
236 return toTimePoint(fs_st_mtime, fs_st_mtime_nsec);
/freebsd-12.1/contrib/llvm/lib/Support/
H A DVirtualFileSystem.cpp691 llvm::sys::toTimePoint(ModificationTime), ResolvedUser, in addFile()
708 getNextVirtualUniqueID(), llvm::sys::toTimePoint(ModificationTime), in addFile()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp352 llvm::sys::toTimePoint(oso_symbol->GetIntegerValue(0)); in InitOSO()