Searched refs:getDebugType (Results 1 – 2 of 2) sorted by relevance
138 if (int Cmp = std::strcmp(LHS->getDebugType(), RHS->getDebugType())) in sort()179 (unsigned)std::strlen(Stats.Stats[i]->getDebugType())); in PrintStatistics()193 MaxDebugTypeLen, Stats.Stats[i]->getDebugType(), in PrintStatistics()211 assert(yaml::needsQuotes(Stat->getDebugType()) == yaml::QuotingType::None && in PrintStatisticsJSON()215 OS << "\t\"" << Stat->getDebugType() << '.' << Stat->getName() << "\": " in PrintStatisticsJSON()
63 const char *getDebugType() const { return DebugType; } in getDebugType() function