LLVM API Documentation
#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.
Defines | |
#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)") |
#define DEBUG_TYPE "hello" |
RegisterPass<Hello> X("hello","Hello World Pass") [static] |
RegisterPass<Hello2> Y("hello2","Hello World Pass (with getAnalysisUsage implemented)") [static] |