LLVM API Documentation
#include <PrettyStackTrace.h>
Public Member Functions | |
PrettyStackTraceProgram (int argc, const char *const *argv) | |
void | print (raw_ostream &OS) const override |
print - Emit information about this stack frame to OS. |
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.
llvm::PrettyStackTraceProgram::PrettyStackTraceProgram | ( | int | argc, |
const char *const * | argv | ||
) | [inline] |
Definition at line 62 of file PrettyStackTrace.h.
References llvm::EnablePrettyStackTrace().
void PrettyStackTraceProgram::print | ( | raw_ostream & | OS | ) | const [override, virtual] |
print - Emit information about this stack frame to OS.
Implements llvm::PrettyStackTraceEntry.
Definition at line 130 of file PrettyStackTrace.cpp.