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) { in toTimePoint() function
72 toTimePoint(std::time_t T, uint32_t nsec) { in toTimePoint() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h211 inline TimePoint<> toTimePoint(FILETIME Time) { in toTimePoint() function
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp910 ModTime = sys::toTimePoint(FilenameCount[M->MemberName]++); in computeMemberData()
1260 printBigArchiveMemberHeader(Out, "", sys::toTimePoint(0), 0, 0, 0, in writeArchiveToStream()
H A DArchive.cpp400 return sys::toTimePoint(*SecondsOrErr); in getLastModified()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp412 llvm::sys::toTimePoint(ModificationTime), in getVirtualFileRef()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc343 return toTimePoint(fs_st_atime, fs_st_atime_nsec);
347 return toTimePoint(fs_st_mtime, fs_st_mtime_nsec);
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc187 return toTimePoint(Time);
194 return toTimePoint(Time);
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp350 llvm::sys::toTimePoint(oso_symbol->GetIntegerValue(0)); in InitOSO()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp834 return Status(Path, UID, llvm::sys::toTimePoint(ModificationTime), User, in makeStatus()
895 llvm::sys::toTimePoint(ModificationTime), ResolvedUser, ResolvedGroup, in addFile()