LLVM  8.0.1
Functions
IRPrintingPasses.cpp File Reference
#include "llvm/IR/IRPrintingPasses.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/PassManager.h"
#include "llvm/Pass.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for IRPrintingPasses.cpp:

Go to the source code of this file.

Functions

INITIALIZE_PASS(PrintModulePassWrapper, "print-module", "Print module to stderr", false, true) char PrintFunctionPassWrapper INITIALIZE_PASS(PrintFunctionPassWrapper, "print-function", "Print function to stderr", false, true) char PrintBasicBlockPass INITIALIZE_PASS (PrintBasicBlockPass, "print-bb", "Print BB to stderr", false, true) ModulePass *llvm
 

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS (PrintModulePassWrapper, "print-module", "Print module to stderr", false, true) char PrintFunctionPassWrapper INITIALIZE_PASS (PrintFunctionPassWrapper, "print-function", "Print function to stderr", false, true) char PrintBasicBlockPass INITIALIZE_PASS ( PrintBasicBlockPass  ,
"print-bb"  ,
"Print BB to stderr"  ,
false  ,
true   
)

Definition at line 136 of file IRPrintingPasses.cpp.

Referenced by llvm::PrintFunctionPass::run().