class PrettyStackTraceFormat
Declaration
class PrettyStackTraceFormat : public PrettyStackTraceEntry { /* full declaration omitted */ };
Description
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.
Declared at: llvm/include/llvm/Support/PrettyStackTrace.h:75
Inherits from: PrettyStackTraceEntry
Method Overview
- public PrettyStackTraceFormat(const char * Format, ...)
- public void print(llvm::raw_ostream & OS) const
Inherited from PrettyStackTraceEntry:
Methods
¶PrettyStackTraceFormat(const char* Format, ...)
PrettyStackTraceFormat(const char* Format, ...)
Declared at: llvm/include/llvm/Support/PrettyStackTrace.h:78
Parameters
- const char* Format
¶void print(llvm::raw_ostream& OS) const
void print(llvm::raw_ostream& OS) const
Description
print - Emit information about this stack frame to OS.
Declared at: llvm/include/llvm/Support/PrettyStackTrace.h:79