Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DStatistic.cpp143 if (int Cmp = std::strcmp(LHS->getDebugType(), RHS->getDebugType())) in sort()
184 (unsigned)std::strlen(Stats.Stats[i]->getDebugType())); in PrintStatistics()
198 MaxDebugTypeLen, Stats.Stats[i]->getDebugType(), in PrintStatistics()
216 assert(yaml::needsQuotes(Stat->getDebugType()) == yaml::QuotingType::None && in PrintStatisticsJSON()
220 OS << "\t\"" << Stat->getDebugType() << '.' << Stat->getName() << "\": " in PrintStatisticsJSON()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStatistic.h63 const char *getDebugType() const { return DebugType; } in getDebugType() function