PassManagerPrettyStackEntry ‐ This is used to print informative information about what pass is running when/if a stack trace is generated.
Synopsis
Declared in <llvm/IR/LegacyPassManagers.h>
class PassManagerPrettyStackEntry
: public PrettyStackTraceEntry
Base Classes
Name |
Description |
PrettyStackTraceEntry ‐ This class is used to represent a frame of the "pretty" stack trace that is dumped when a program crashes. You can define subclasses of this and declare them on the program stack: when they are constructed and destructed, they will add their symbolic frames to a virtual stack trace. This gets dumped out if the program crashes. |
Member Functions
Name |
Description |
|
Constructors |
getNextEntry ‐ Return the next entry in the list of frames. |
|
|
print ‐ Emit information about this stack frame to OS. |
Created with MrDocs