LLVM API Documentation
#include <string>
Go to the source code of this file.
Namespaces | |
llvm | |
List of target independent CodeGen pass IDs. | |
Functions | |
ModulePass * | llvm::createPrintModulePass (raw_ostream *OS, bool DeleteStream=false, const std::string &Banner="") |
FunctionPass * | llvm::createPrintFunctionPass (const std::string &Banner, raw_ostream *OS, bool DeleteStream=false) |
BasicBlockPass * | llvm::createPrintBasicBlockPass (raw_ostream *OS, bool DeleteStream=false, const std::string &Banner="") |