Home
last modified time | relevance | path

Searched refs:getCurrentTime (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DZ3CrosscheckVisitor.cpp81 llvm::TimeRecord Start = llvm::TimeRecord::getCurrentTime(/*Start=*/true); in finalizeVisitor()
83 llvm::TimeRecord Diff = llvm::TimeRecord::getCurrentTime(/*Start=*/false); in finalizeVisitor()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTimer.cpp168 TimeRecord TimeRecord::getCurrentTime(bool Start) { in getCurrentTime() function in TimeRecord
194 StartTime = TimeRecord::getCurrentTime(true); in startTimer()
200 Time += TimeRecord::getCurrentTime(false); in stopTimer()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimer.h38 static TimeRecord getCurrentTime(bool Start = true);
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp119 Start = TimeRecord::getCurrentTime(); in SimpleTimer()
124 TimeRecord Elapsed = TimeRecord::getCurrentTime(); in ~SimpleTimer()