LLVM API Documentation

Public Member Functions
llvm::PrettyStackTraceProgram Class Reference

#include <PrettyStackTrace.h>

Inheritance diagram for llvm::PrettyStackTraceProgram:
Inheritance graph
[legend]
Collaboration diagram for llvm::PrettyStackTraceProgram:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

Definition at line 62 of file PrettyStackTrace.h.

References llvm::EnablePrettyStackTrace().


Member Function Documentation

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.


The documentation for this class was generated from the following files: