|
LLVM 22.0.0git
|
#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/Passes.h"#include "llvm/CodeGen/SlotIndexes.h"#include "llvm/IR/PrintPasses.h"#include "llvm/InitializePasses.h"#include "llvm/Support/Debug.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Functions | |
| INITIALIZE_PASS (MachineFunctionPrinterPass, "machineinstr-printer", "Machine Function Printer", false, false) MachineFunctionPass *llvm | |
| Returns a newly-created MachineFunction Printer pass. | |
| INITIALIZE_PASS | ( | MachineFunctionPrinterPass | , |
| "machineinstr-printer" | , | ||
| "Machine Function Printer" | , | ||
| false | , | ||
| false | ) |
Returns a newly-created MachineFunction Printer pass.
The default banner is empty.
Definition at line 60 of file MachineFunctionPrinterPass.cpp.
References const, and llvm::createMachineFunctionPrinterPass().