LLVM API Documentation
Public Member Functions | |
StatRecord (const std::string &V, const char *N, const char *D) | |
bool | operator< (const StatRecord &SR) const |
void | print (unsigned ValFieldSize, unsigned NameFieldSize, std::ostream &OS) |
Public Attributes | |
std::string | Value |
const char * | Name |
const char * | Desc |
Definition at line 42 of file Statistic.cpp.
|
Definition at line 46 of file Statistic.cpp. |
|
Definition at line 49 of file Statistic.cpp. References Name. |
|
Definition at line 53 of file Statistic.cpp. |
|
Definition at line 44 of file Statistic.cpp. Referenced by print(). |
|
Definition at line 44 of file Statistic.cpp. Referenced by operator<(), and print(). |
|
Definition at line 43 of file Statistic.cpp. |