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

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

PassManagerPrettyStackEntry [constructor]

Constructors

getNextEntry

getNextEntry ‐ Return the next entry in the list of frames.

print [virtual]

print ‐ Emit information about this stack frame to OS.

Created with MrDocs