Home
last modified time | relevance | path

Searched refs:PrintRecord (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTimer.h177 struct PrintRecord { struct
182 PrintRecord(const PrintRecord &Other) = default; argument
183 PrintRecord &operator=(const PrintRecord &Other) = default; argument
184 PrintRecord(const TimeRecord &Time, const std::string &Name, in PrintRecord() function
188 bool operator <(const PrintRecord &Other) const {
195 std::vector<PrintRecord> TimersToPrint;
251 void printJSONValue(raw_ostream &OS, const PrintRecord &R,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DTimer.cpp338 for (const PrintRecord &Record : TimersToPrint) in PrintQueuedTimers()
371 for (const PrintRecord &Record : make_range(TimersToPrint.rbegin(), in PrintQueuedTimers()
433 void TimerGroup::printJSONValue(raw_ostream &OS, const PrintRecord &R, in printJSONValue()
448 for (const PrintRecord &R : TimersToPrint) { in printJSONValues()