LLVM API Documentation
#include <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. |
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.
llvm::PassManagerPrettyStackEntry::PassManagerPrettyStackEntry | ( | Pass * | p | ) | [inline, explicit] |
Definition at line 122 of file LegacyPassManagers.h.
llvm::PassManagerPrettyStackEntry::PassManagerPrettyStackEntry | ( | Pass * | p, |
Value & | v | ||
) | [inline] |
Definition at line 124 of file LegacyPassManagers.h.
llvm::PassManagerPrettyStackEntry::PassManagerPrettyStackEntry | ( | Pass * | p, |
Module & | m | ||
) | [inline] |
Definition at line 126 of file LegacyPassManagers.h.
void PassManagerPrettyStackEntry::print | ( | raw_ostream & | OS | ) | const [override, virtual] |
print - Emit information about this stack frame to OS.
Implements llvm::PrettyStackTraceEntry.
Definition at line 122 of file LegacyPassManager.cpp.
References P.