LLVM API Documentation

llvm::Statistic< DataType > Member List

This is the complete list of members for llvm::Statistic< DataType >, including all inherited members.

destroy() constllvm::StatisticBase [private]
operator *=(const DataType &V)llvm::Statistic< DataType > [inline]
operator DataType() constllvm::Statistic< DataType > [inline]
operator++()llvm::Statistic< DataType > [inline]
operator++(int)llvm::Statistic< DataType > [inline]
operator+=(const DataType &V)llvm::Statistic< DataType > [inline]
operator--()llvm::Statistic< DataType > [inline]
operator--(int)llvm::Statistic< DataType > [inline]
operator-=(const DataType &V)llvm::Statistic< DataType > [inline]
operator/=(const DataType &V)llvm::Statistic< DataType > [inline]
operator=(DataType Val)llvm::Statistic< DataType > [inline]
Statistic(const char *name, const char *desc)llvm::Statistic< DataType > [inline]
Statistic(const DataType &Val, const char *name, const char *desc)llvm::Statistic< DataType > [inline]
StatisticBase(const char *name, const char *desc)llvm::StatisticBase [inline, private]
~Statistic()llvm::Statistic< DataType > [inline]
~StatisticBase()llvm::StatisticBase [private, virtual]