LLVM API Documentation
#include <PrettyStackTrace.h>


Public Member Functions | |
| PrettyStackTraceString (const char *str) | |
| void | print (raw_ostream &OS) const override |
| print - Emit information about this stack frame to OS. | |
PrettyStackTraceString - This object prints a specified string (which should not contain newlines) to the stream as the stack trace when a crash occurs.
Definition at line 49 of file PrettyStackTrace.h.
| llvm::PrettyStackTraceString::PrettyStackTraceString | ( | const char * | str | ) | [inline] |
Definition at line 52 of file PrettyStackTrace.h.
| void PrettyStackTraceString::print | ( | raw_ostream & | OS | ) | const [override, virtual] |
print - Emit information about this stack frame to OS.
Implements llvm::PrettyStackTraceEntry.
Definition at line 126 of file PrettyStackTrace.cpp.