Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DChrono.h65 toTimePoint(std::time_t T) {
72 toTimePoint(std::time_t T, uint32_t nsec) {
45 toTimePoint(std::time_t T) { toTimePoint() function
52 toTimePoint(std::time_t T, uint32_t nsec) { toTimePoint() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h213 inline TimePoint<> toTimePoint(FILETIME Time) { in toTimePoint() function
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp911 ModTime = sys::toTimePoint(FilenameCount[M->MemberName]++); in computeMemberData()
1261 printBigArchiveMemberHeader(Out, "", sys::toTimePoint(0), 0, 0, 0, in writeArchiveToStream()
H A DArchive.cpp401 return sys::toTimePoint(*SecondsOrErr); in getLastModified()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp426 llvm::sys::toTimePoint(ModificationTime), in getVirtualFileRef()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc344 return toTimePoint(fs_st_atime, fs_st_atime_nsec);
348 return toTimePoint(fs_st_mtime, fs_st_mtime_nsec);
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc186 return toTimePoint(Time);
193 return toTimePoint(Time);
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp349 llvm::sys::toTimePoint(oso_symbol->GetIntegerValue(0)); in InitOSO()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp822 return Status(Path, UID, llvm::sys::toTimePoint(ModificationTime), User, in makeStatus()
883 llvm::sys::toTimePoint(ModificationTime), ResolvedUser, ResolvedGroup, in addFile()