LLVM API Documentation

Public Member Functions
llvm::PrettyStackTraceString Class Reference

#include <PrettyStackTrace.h>

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

List of all members.

Public Member Functions

 PrettyStackTraceString (const char *str)
void print (raw_ostream &OS) const override
 print - Emit information about this stack frame to OS.

Detailed Description

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.


Constructor & Destructor Documentation

Definition at line 52 of file PrettyStackTrace.h.


Member Function Documentation

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.


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