Searched defs:TimeValue (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DTimeValue.h1 //===-- TimeValue.h - Declare OS TimeValue Concept --------------*- C++ -*-===//
10 // This header file declares the operating system TimeValue concept.
23 /// range of TimeValue spans many hundreds of billions of years both past and
24 /// present. The precision of TimeValue is to the nanosecond. However, the
26 /// the system clock. The TimeValue class is used in conjunction with several
31 class TimeValue { class in namespace:llvm::sys
37 /// A constant TimeValue representing the smallest time
41 static const TimeValue MinTime;
43 /// A constant TimeValue representin
88 explicit TimeValue (SecondsType seconds, NanoSecondsType nanos = 0) function in class:llvm::sys::TimeValue
94 explicit TimeValue( double new_time ) function in class:llvm::sys::TimeValue
[all...]

Completed in 104 milliseconds