LLVM API Documentation
#include "llvm/Assembly/PrintModulePass.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Module.h"
#include "llvm/Pass.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Functions | |
INITIALIZE_PASS(PrintModulePass,"print-module","Print module to stderr", false, false) char PrintFunctionPass INITIALIZE_PASS(PrintFunctionPass,"print-function","Print function to stderr", false, false) char PrintBasicBlockPass | INITIALIZE_PASS (PrintBasicBlockPass,"print-bb","Print BB to stderr", false, false) ModulePass *llvm |
INITIALIZE_PASS (PrintModulePass, "print-module", "Print module to stderr", false, false) char PrintFunctionPass INITIALIZE_PASS (PrintFunctionPass, "print-function", "Print function to stderr", false, false) char PrintBasicBlockPass INITIALIZE_PASS | ( | PrintBasicBlockPass | , |
"print-bb" | , | ||
"Print BB to stderr" | , | ||
false | , | ||
false | |||
) |
createPrintModulePass - Create and return a pass that writes the module to the specified raw_ostream.
Definition at line 110 of file PrintModulePass.cpp.