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 |
A frame of the "pretty" stack trace dumped when a 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. |
Non-Member Functions
Name |
Description |
Reverse the singly linked list of pretty stack‐trace entries. |
Created with MrDocs