Searched refs:toTimePoint (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Chrono.h | 65 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 D | WindowsSupport.h | 211 inline TimePoint<> toTimePoint(FILETIME Time) { in toTimePoint() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ArchiveWriter.cpp | 910 ModTime = sys::toTimePoint(FilenameCount[M->MemberName]++); in computeMemberData() 1260 printBigArchiveMemberHeader(Out, "", sys::toTimePoint(0), 0, 0, 0, in writeArchiveToStream()
|
| H A D | Archive.cpp | 400 return sys::toTimePoint(*SecondsOrErr); in getLastModified()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | FileManager.cpp | 412 llvm::sys::toTimePoint(ModificationTime), in getVirtualFileRef()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 343 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 D | Path.inc | 187 return toTimePoint(Time); 194 return toTimePoint(Time);
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 350 llvm::sys::toTimePoint(oso_symbol->GetIntegerValue(0)); in InitOSO()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 834 return Status(Path, UID, llvm::sys::toTimePoint(ModificationTime), User, in makeStatus() 895 llvm::sys::toTimePoint(ModificationTime), ResolvedUser, ResolvedGroup, in addFile()
|