LLVM API Documentation
#include "llvm/ADT/Statistic.h"
#include "llvm/Support/CommandLine.h"
#include <sstream>
#include <iostream>
#include <algorithm>
Include dependency graph for Statistic.cpp:
Go to the source code of this file.
Namespaces | |
namespace | llvm |
Classes | |
struct | StatRecord |
Functions | |
std::ostream * | llvm::GetLibSupportInfoOutputFile () |
Variables | |
static cl::opt< bool > | Enabled ("stats", cl::desc("Enable statistics output from program")) |
static std::vector< StatRecord > * | AccumStats = 0 |
std::vector<StatRecord>* AccumStats = 0 [static] |
Definition at line 62 of file Statistic.cpp.
Referenced by llvm::StatisticBase::destroy().