Searched refs:toTimePoint (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | Chrono.h | 44 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 D | WindowsSupport.h | 210 inline TimePoint<> toTimePoint(FILETIME Time) { in toTimePoint() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
| H A D | MachODebugMapParser.cpp | 412 return switchToNewDebugMapObject(Name, sys::toTimePoint(Value)); in handleStabSymbolTableEntry() 417 Result->addDebugMapObject(Path, sys::toTimePoint(Value), Type); in handleStabSymbolTableEntry()
|
| H A D | DebugMap.cpp | 279 dsymutil::DebugMapObject Res(Path, sys::toTimePoint(Timestamp), MachO::N_OSO); in denormalize()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
| H A D | FileManager.cpp | 403 llvm::sys::toTimePoint(ModificationTime), in getVirtualFileRef()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
| H A D | ArchiveWriter.cpp | 493 ModTime = sys::toTimePoint(FilenameCount[M.MemberName]++); in computeMemberData()
|
| H A D | Archive.cpp | 280 return sys::toTimePoint(Seconds); in getLastModified()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 758 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 D | Path.inc | 319 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 D | Path.inc | 177 return toTimePoint(Time); 184 return toTimePoint(Time);
|