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