Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DChrono.h45 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 DWindowsSupport.h213 inline TimePoint<> toTimePoint(FILETIME Time) { in toTimePoint() function
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp423 return switchToNewDebugMapObject(Name, sys::toTimePoint(Value)); in handleStabSymbolTableEntry()
428 Result->addDebugMapObject(Path, sys::toTimePoint(Value), Type); in handleStabSymbolTableEntry()
H A DDebugMap.cpp278 dsymutil::DebugMapObject Res(Path, sys::toTimePoint(Timestamp), MachO::N_OSO); in denormalize()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DArchiveWriter.cpp573 ModTime = sys::toTimePoint(FilenameCount[M.MemberName]++); in computeMemberData()
800 printBigArchiveMemberHeader(Out, "", sys::toTimePoint(0), 0, 0, 0, in writeArchiveToStream()
H A DArchive.cpp393 return sys::toTimePoint(*SecondsOrErr); in getLastModified()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DFileManager.cpp432 llvm::sys::toTimePoint(ModificationTime), in getVirtualFileRef()
/openbsd-src/gnu/llvm/llvm/lib/Support/Unix/
H A DPath.inc339 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 DPath.inc186 return toTimePoint(Time);
193 return toTimePoint(Time);
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp349 llvm::sys::toTimePoint(oso_symbol->GetIntegerValue(0)); in InitOSO()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp796 return Status(Path, UID, llvm::sys::toTimePoint(ModificationTime), User, in makeStatus()
862 llvm::sys::toTimePoint(ModificationTime), ResolvedUser, ResolvedGroup, in addFile()