|
LLVM
4.0.0
|
PrettyStackTraceFormat - This object prints a string (which may use printf-style formatting but should not contain newlines) to the stream as the stack trace when a crash occurs. More...
#include <PrettyStackTrace.h>
Public Member Functions | |
| PrettyStackTraceFormat (const char *Format,...) | |
| void | print (raw_ostream &OS) const override |
| print - Emit information about this stack frame to OS. More... | |
Public Member Functions inherited from llvm::PrettyStackTraceEntry | |
| PrettyStackTraceEntry () | |
| virtual | ~PrettyStackTraceEntry () |
| const PrettyStackTraceEntry * | getNextEntry () const |
| getNextEntry - Return the next entry in the list of frames. More... | |
PrettyStackTraceFormat - This object prints a string (which may use printf-style formatting but should not contain newlines) to the stream as the stack trace when a crash occurs.
Definition at line 62 of file PrettyStackTrace.h.
| PrettyStackTraceFormat::PrettyStackTraceFormat | ( | const char * | Format, |
| ... | |||
| ) |
Definition at line 147 of file PrettyStackTrace.cpp.
References llvm::SmallVectorTemplateCommon< T, typename >::data(), llvm::Format, and llvm::SmallVectorImpl< T >::resize().
|
overridevirtual |
print - Emit information about this stack frame to OS.
Implements llvm::PrettyStackTraceEntry.
Definition at line 163 of file PrettyStackTrace.cpp.
1.8.6