class StatisticBase

Declaration

class StatisticBase { /* full declaration omitted */ };

Declared at: llvm/include/llvm/ADT/Statistic.h:47

Member Variables

public const char* DebugType
public const char* Name
public const char* Desc

Method Overview

Methods

StatisticBase(const char* DebugType,
              const char* Name,
              const char* Desc)

Declared at: llvm/include/llvm/ADT/Statistic.h:53

Parameters

const char* DebugType
const char* Name
const char* Desc

const char* getDebugType() const

Declared at: llvm/include/llvm/ADT/Statistic.h:56

const char* getDesc() const

Declared at: llvm/include/llvm/ADT/Statistic.h:58

const char* getName() const

Declared at: llvm/include/llvm/ADT/Statistic.h:57