LLVM API Documentation
#include <PrettyStackTrace.h>
Public Member Functions | |
PrettyStackTraceProgram (int argc, const char *const *argv) | |
virtual void | print (raw_ostream &OS) const LLVM_OVERRIDE |
print - Emit information about this stack frame to OS. More... | |
![]() | |
PrettyStackTraceEntry () | |
virtual | ~PrettyStackTraceEntry () |
const PrettyStackTraceEntry * | getNextEntry () const |
getNextEntry - Return the next entry in the list of frames. More... | |
PrettyStackTraceProgram - This object prints a specified program arguments to the stream as the stack trace when a crash occurs.
Definition at line 58 of file PrettyStackTrace.h.
|
inline |
Definition at line 62 of file PrettyStackTrace.h.
References llvm::EnablePrettyStackTrace().
|
virtual |
print - Emit information about this stack frame to OS.
Implements llvm::PrettyStackTraceEntry.
Definition at line 130 of file PrettyStackTrace.cpp.