LLVM
8.0.1
|
#include "llvm/ADT/Statistic.h"
#include "llvm/IR/Function.h"
#include "llvm/Pass.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "hello" |
Functions | |
STATISTIC (HelloCounter, "Counts number of functions greeted") | |
Variables | |
static RegisterPass< Hello > | X ("hello", "Hello World Pass") |
static RegisterPass< Hello2 > | Y ("hello2", "Hello World Pass (with getAnalysisUsage implemented)") |
STATISTIC | ( | HelloCounter | , |
"Counts number of functions greeted" | |||
) |
|
static |
|
static |