LLVM 20.0.0git
|
#include "llvm/CodeGen/LiveDebugVariables.h"
Public Member Functions | |
LiveDebugVariablesPrinterPass (raw_ostream &OS) | |
PreservedAnalyses | run (MachineFunction &MF, MachineFunctionAnalysisManager &MFAM) |
Public Member Functions inherited from llvm::PassInfoMixin< LiveDebugVariablesPrinterPass > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< LiveDebugVariablesPrinterPass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
Definition at line 112 of file LiveDebugVariables.h.
|
inline |
Definition at line 117 of file LiveDebugVariables.h.
References OS.
PreservedAnalyses LiveDebugVariablesPrinterPass::run | ( | MachineFunction & | MF, |
MachineFunctionAnalysisManager & | MFAM | ||
) |
Definition at line 1336 of file LiveDebugVariables.cpp.
References llvm::PreservedAnalyses::all(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), OS, and llvm::LiveDebugVariables::LDVImpl::print().