Searched refs:PrintRecord (Results 1 – 2 of 2) sorted by relevance
174 struct PrintRecord { struct179 PrintRecord(const PrintRecord &Other) = default; argument180 PrintRecord &operator=(const PrintRecord &Other) = default; argument181 PrintRecord(const TimeRecord &Time, const std::string &Name, in PrintRecord() function185 bool operator <(const PrintRecord &Other) const {192 std::vector<PrintRecord> TimersToPrint;248 void printJSONValue(raw_ostream &OS, const PrintRecord &R,
363 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()