Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h210 inline TimePoint<> toTimePoint(FILETIME Time) { in toTimePoint() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp412 return switchToNewDebugMapObject(Name, sys::toTimePoint(Value)); in handleStabSymbolTableEntry()
417 Result->addDebugMapObject(Path, sys::toTimePoint(Value), Type); in handleStabSymbolTableEntry()
H A DDebugMap.cpp279 dsymutil::DebugMapObject Res(Path, sys::toTimePoint(Timestamp), MachO::N_OSO); in denormalize()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DFileManager.cpp403 llvm::sys::toTimePoint(ModificationTime), in getVirtualFileRef()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DArchiveWriter.cpp493 ModTime = sys::toTimePoint(FilenameCount[M.MemberName]++); in computeMemberData()
H A DArchive.cpp280 return sys::toTimePoint(Seconds); in getLastModified()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp758 llvm::sys::toTimePoint(ModificationTime), ResolvedUser, in addFile()
775 getNextVirtualUniqueID(), llvm::sys::toTimePoint(ModificationTime), in addFile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DPath.inc319 return toTimePoint(fs_st_atime, fs_st_atime_nsec);
323 return toTimePoint(fs_st_mtime, fs_st_mtime_nsec);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc177 return toTimePoint(Time);
184 return toTimePoint(Time);