LLVM API Documentation

Hello.cpp File Reference

#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)")


Variable Documentation

RegisterOpt<Hello> X("hello","Hello World Pass") [static]

RegisterOpt<Hello2> Y("hello2","Hello World Pass (with getAnalysisUsage implemented)") [static]