Searched refs:toTimePoint (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | Chrono.h | 45 toTimePoint(std::time_t T) { in toTimePoint() function 52 toTimePoint(std::time_t T, uint32_t nsec) { in toTimePoint() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/Windows/ |
| H A D | WindowsSupport.h | 213 inline TimePoint<> toTimePoint(FILETIME Time) { in toTimePoint() function
|
| /openbsd-src/gnu/llvm/llvm/tools/dsymutil/ |
| H A D | MachODebugMapParser.cpp | 423 return switchToNewDebugMapObject(Name, sys::toTimePoint(Value)); in handleStabSymbolTableEntry() 428 Result->addDebugMapObject(Path, sys::toTimePoint(Value), Type); in handleStabSymbolTableEntry()
|
| H A D | DebugMap.cpp | 278 dsymutil::DebugMapObject Res(Path, sys::toTimePoint(Timestamp), MachO::N_OSO); in denormalize()
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | ArchiveWriter.cpp | 573 ModTime = sys::toTimePoint(FilenameCount[M.MemberName]++); in computeMemberData() 800 printBigArchiveMemberHeader(Out, "", sys::toTimePoint(0), 0, 0, 0, in writeArchiveToStream()
|
| H A D | Archive.cpp | 393 return sys::toTimePoint(*SecondsOrErr); in getLastModified()
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | FileManager.cpp | 432 llvm::sys::toTimePoint(ModificationTime), in getVirtualFileRef()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 339 return toTimePoint(fs_st_atime, fs_st_atime_nsec); 343 return toTimePoint(fs_st_mtime, fs_st_mtime_nsec);
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 186 return toTimePoint(Time); 193 return toTimePoint(Time);
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 349 llvm::sys::toTimePoint(oso_symbol->GetIntegerValue(0)); in InitOSO()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 796 return Status(Path, UID, llvm::sys::toTimePoint(ModificationTime), User, in makeStatus() 862 llvm::sys::toTimePoint(ModificationTime), ResolvedUser, ResolvedGroup, in addFile()
|