LLVM 22.0.0git
|
PassManagerPrettyStackEntry - This is used to print informative information about what pass is running when/if a stack trace is generated. More...
#include "llvm/IR/LegacyPassManagers.h"
Public Member Functions | |
PassManagerPrettyStackEntry (Pass *p) | |
PassManagerPrettyStackEntry (Pass *p, Value &v) | |
PassManagerPrettyStackEntry (Pass *p, Module &m) | |
void | print (raw_ostream &OS) const override |
print - Emit information about this stack frame to OS. | |
Public Member Functions inherited from llvm::PrettyStackTraceEntry | |
PrettyStackTraceEntry () | |
virtual | ~PrettyStackTraceEntry () |
const PrettyStackTraceEntry * | getNextEntry () const |
getNextEntry - Return the next entry in the list of frames. |
PassManagerPrettyStackEntry - This is used to print informative information about what pass is running when/if a stack trace is generated.
Definition at line 110 of file LegacyPassManagers.h.
|
inlineexplicit |
Definition at line 116 of file LegacyPassManagers.h.
Definition at line 118 of file LegacyPassManagers.h.
Definition at line 120 of file LegacyPassManagers.h.
|
overridevirtual |
print - Emit information about this stack frame to OS.
Implements llvm::PrettyStackTraceEntry.
Definition at line 204 of file LegacyPassManager.cpp.
References llvm::isa().