Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimer.h174 struct PrintRecord { struct
179 PrintRecord(const PrintRecord &Other) = default; argument
180 PrintRecord &operator=(const PrintRecord &Other) = default; argument
181 PrintRecord(const TimeRecord &Time, const std::string &Name, in PrintRecord() function
185 bool operator <(const PrintRecord &Other) const {
192 std::vector<PrintRecord> TimersToPrint;
248 void printJSONValue(raw_ostream &OS, const PrintRecord &R,
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTimer.cpp363 for (const PrintRecord &Record : TimersToPrint) in PrintQueuedTimers()
396 for (const PrintRecord &Record : llvm::reverse(TimersToPrint)) { in PrintQueuedTimers()
457 void TimerGroup::printJSONValue(raw_ostream &OS, const PrintRecord &R, in printJSONValue()
472 for (const PrintRecord &R : TimersToPrint) { in printJSONValues()