LLVM API Documentation
#include <LegacyPassManagers.h>
Public Member Functions | |
PassManagerPrettyStackEntry (Pass *p) | |
PassManagerPrettyStackEntry (Pass *p, Value &v) | |
PassManagerPrettyStackEntry (Pass *p, Module &m) | |
virtual void | print (raw_ostream &OS) const |
print - Emit information about this stack frame to OS. More... | |
![]() | |
PrettyStackTraceEntry () | |
virtual | ~PrettyStackTraceEntry () |
const PrettyStackTraceEntry * | getNextEntry () const |
getNextEntry - Return the next entry in the list of frames. More... | |
PassManagerPrettyStackEntry - This is used to print informative information about what pass is running when/if a stack trace is generated.
Definition at line 117 of file LegacyPassManagers.h.
|
inlineexplicit |
Definition at line 122 of file LegacyPassManagers.h.
Definition at line 124 of file LegacyPassManagers.h.
Definition at line 126 of file LegacyPassManagers.h.
|
virtual |
print - Emit information about this stack frame to OS.
Implements llvm::PrettyStackTraceEntry.
Definition at line 121 of file LegacyPassManager.cpp.
References P, and llvm::WriteAsOperand().