Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DChrono.h44 toTimePoint(std::time_t T) { in toTimePoint() function
51 toTimePoint(std::time_t T, uint32_t nsec) { in toTimePoint() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h210 inline TimePoint<> toTimePoint(FILETIME Time) { in toTimePoint() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp403 llvm::sys::toTimePoint(ModificationTime), in getVirtualFileRef()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp493 ModTime = sys::toTimePoint(FilenameCount[M.MemberName]++); in computeMemberData()
H A DArchive.cpp290 return sys::toTimePoint(Seconds); in getLastModified()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp758 llvm::sys::toTimePoint(ModificationTime), ResolvedUser, in addFile()
775 getNextVirtualUniqueID(), llvm::sys::toTimePoint(ModificationTime), in addFile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc325 return toTimePoint(fs_st_atime, fs_st_atime_nsec);
329 return toTimePoint(fs_st_mtime, fs_st_mtime_nsec);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp350 llvm::sys::toTimePoint(oso_symbol->GetIntegerValue(0)); in InitOSO()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc177 return toTimePoint(Time);
184 return toTimePoint(Time);