LLVM API Documentation
#include "llvm/Pass.h"#include "llvm/Function.h"#include <iostream>Include dependency graph for Hello.cpp:

Go to the source code of this file.
Variables | |
| RegisterOpt< Hello > | X ("hello","Hello World Pass") |
| RegisterOpt< Hello2 > | Y ("hello2","Hello World Pass (with getAnalysisUsage implemented)") |
RegisterOpt<Hello> X("hello","Hello World Pass") [static] |
RegisterOpt<Hello2> Y("hello2","Hello World Pass (with getAnalysisUsage implemented)") [static] |