LLDB mainline
|
#include <FormatterBytecode.h>
Public Member Functions | |
DataStack ()=default | |
DataStack (lldb::ValueObjectSP initial_value) | |
void | Push (DataStackElement el) |
template<typename T > | |
T | Pop () |
DataStackElement | PopAny () |
Definition at line 40 of file FormatterBytecode.h.
|
default |
|
inline |
Definition at line 42 of file FormatterBytecode.h.
|
inline |
Definition at line 45 of file FormatterBytecode.h.
Referenced by lldb_private::FormatterBytecode::FormatImpl(), and lldb_private::FormatterBytecode::Interpret().
|
inline |
Definition at line 50 of file FormatterBytecode.h.
Referenced by lldb_private::FormatterBytecode::Interpret().
|
inline |
Definition at line 44 of file FormatterBytecode.h.
Referenced by lldb_private::FormatterBytecode::FormatImpl(), and lldb_private::FormatterBytecode::Interpret().