LLVM
8.0.1
|
Go to the source code of this file.
Classes | |
class | llvm::PrettyStackTraceEntry |
PrettyStackTraceEntry - This class is used to represent a frame of the "pretty" stack trace that is dumped when a program crashes. More... | |
class | llvm::PrettyStackTraceString |
PrettyStackTraceString - This object prints a specified string (which should not contain newlines) to the stream as the stack trace when a crash occurs. More... | |
class | llvm::PrettyStackTraceFormat |
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. More... | |
class | llvm::PrettyStackTraceProgram |
PrettyStackTraceProgram - This object prints a specified program arguments to the stream as the stack trace when a crash occurs. More... | |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
Functions | |
void | llvm::EnablePrettyStackTrace () |
const void * | llvm::SavePrettyStackState () |
Returns the topmost element of the "pretty" stack state. More... | |
void | llvm::RestorePrettyStackState (const void *State) |
Restores the topmost element of the "pretty" stack state to State, which should come from a previous call to SavePrettyStackState(). More... | |