LLVM API Documentation
#include "llvm/Pass.h"#include "llvm/Function.h"#include "llvm/ADT/StringExtras.h"#include "llvm/Support/Streams.h"#include "llvm/ADT/Statistic.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)") |
| STATISTIC | ( | HelloCounter | , | |
| "Counts number of functions greeted" | ||||
| ) |
RegisterPass<Hello> X("hello","Hello World Pass") [static] |
RegisterPass<Hello2> Y("hello2","Hello World Pass (with getAnalysisUsage implemented)") [static] |
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.