Home
last modified time | relevance | path

Searched refs:PosixZeroTime (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DTimeValue.h57 static const TimeValue PosixZeroTime; variable
243 uint64_t result = seconds_ - PosixZeroTime.seconds_; in toPosixTime()
251 return seconds_ - PosixZeroTime.seconds_; in toEpochTime()
267 seconds = seconds_ - PosixZeroTime.seconds_; in getTimespecTime()
334 seconds_ = seconds + PosixZeroTime.seconds_; in fromEpochTime()
/external/llvm/tools/dsymutil/
DBinaryHolder.h94 sys::TimeValue Timestamp = sys::TimeValue::PosixZeroTime());
100 sys::TimeValue Timestamp = sys::TimeValue::PosixZeroTime()) {
DBinaryHolder.cpp109 if (Timestamp != sys::TimeValue::PosixZeroTime() && in GetArchiveMemberBuffers()
DDwarfLinker.cpp3298 ModuleMap.addDebugMapObject(Path, sys::TimeValue::PosixZeroTime()); in loadClangModule()
/external/swiftshader/third_party/LLVM/lib/Support/
DTimeValue.cpp23 const TimeValue TimeValue::PosixZeroTime = TimeValue ( -946684800,0 ); member in llvm::TimeValue
/external/llvm/include/llvm/Object/
DArchiveWriter.h25 sys::TimeValue ModTime = sys::TimeValue::PosixZeroTime();
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DTimeValue.inc51 static_cast<TimeValue::SecondsType>( the_time.tv_sec + PosixZeroTime.seconds_ ),
/external/llvm/include/llvm/Support/
DTimeValue.h63 static TimeValue PosixZeroTime() { in PosixZeroTime() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DTimeValue.h63 static TimeValue PosixZeroTime() { in PosixZeroTime() function