Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DStatistic.cpp138 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()
/external/llvm/lib/Support/
DStatistic.cpp108 if (int Cmp = std::strcmp(LHS->getDebugType(), RHS->getDebugType())) in sort()
127 (unsigned)std::strlen(Stats.Stats[i]->getDebugType())); in PrintStatistics()
141 MaxDebugTypeLen, Stats.Stats[i]->getDebugType(), in PrintStatistics()
170 write_json_string_escaped(OS, Stat->getDebugType()); in PrintStatisticsJSON()
/external/llvm/include/llvm/ADT/
DStatistic.h47 const char *getDebugType() const { return DebugType; } in getDebugType() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStatistic.h48 const char *getDebugType() const { return DebugType; } in getDebugType() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStatistic.h56 const char *getDebugType() const { return DebugType; } in getDebugType() function