Searched refs:getDebugType (Results 1 – 2 of 2) sorted by relevance
143 if (int Cmp = std::strcmp(LHS->getDebugType(), RHS->getDebugType())) in sort()183 std::max(MaxDebugTypeLen, (unsigned)std::strlen(Stat->getDebugType())); in PrintStatistics()196 MaxDebugTypeLen, Stat->getDebugType(), Stat->getDesc()); in PrintStatistics()213 assert(yaml::needsQuotes(Stat->getDebugType()) == yaml::QuotingType::None && in PrintStatisticsJSON()217 OS << "\t\"" << Stat->getDebugType() << '.' << Stat->getName() << "\": " in PrintStatisticsJSON()
64 const char *getDebugType() const { return DebugType; } in getDebugType() function