LLVM 20.0.0git
|
#include "llvm/Analysis/ModuleDebugInfoPrinter.h"
Public Member Functions | |
ModuleDebugInfoPrinterPass (raw_ostream &OS) | |
PreservedAnalyses | run (Module &M, ModuleAnalysisManager &AM) |
Public Member Functions inherited from llvm::PassInfoMixin< ModuleDebugInfoPrinterPass > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Static Public Member Functions | |
static bool | isRequired () |
Static Public Member Functions inherited from llvm::PassInfoMixin< ModuleDebugInfoPrinterPass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
Definition at line 18 of file ModuleDebugInfoPrinter.h.
|
explicit |
Definition at line 102 of file ModuleDebugInfoPrinter.cpp.
|
inlinestatic |
Definition at line 26 of file ModuleDebugInfoPrinter.h.
PreservedAnalyses ModuleDebugInfoPrinterPass::run | ( | Module & | M, |
ModuleAnalysisManager & | AM | ||
) |
Definition at line 105 of file ModuleDebugInfoPrinter.cpp.
References llvm::PreservedAnalyses::all(), printModuleDebugInfo(), and llvm::DebugInfoFinder::processModule().