LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
MachineFunctionPrinterPass.cpp File Reference
#include "llvm/CodeGen/Passes.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/SlotIndexes.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for MachineFunctionPrinterPass.cpp:

Go to the source code of this file.

Functions

 INITIALIZE_PASS (MachineFunctionPrinterPass,"print-machineinstrs","Machine Function Printer", false, false) namespace llvm
 

Function Documentation

INITIALIZE_PASS ( MachineFunctionPrinterPass  ,
"print-machineinstrs"  ,
"Machine Function Printer ,
false  ,
false   
)

Returns a newly-created MachineFunction Printer pass. The default banner is empty.

Definition at line 55 of file MachineFunctionPrinterPass.cpp.

References llvm::createMachineFunctionPrinterPass().