LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Statistic.h File Reference

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Namespaces

namespace  llvm

Classes

class  llvm::Statistic

Defines

#define STATISTIC(VARNAME, DESC)   static llvm::Statistic VARNAME = { DEBUG_TYPE, DESC, 0, 0 }


Define Documentation

#define STATISTIC VARNAME,
DESC   )     static llvm::Statistic VARNAME = { DEBUG_TYPE, DESC, 0, 0 }
 

Definition at line 70 of file Statistic.h.




This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.