diff options
Diffstat (limited to 'include/lldb/Expression/ClangExpressionVariable.h')
-rw-r--r-- | include/lldb/Expression/ClangExpressionVariable.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/lldb/Expression/ClangExpressionVariable.h b/include/lldb/Expression/ClangExpressionVariable.h index 5ee7a3058946..6c210106d51e 100644 --- a/include/lldb/Expression/ClangExpressionVariable.h +++ b/include/lldb/Expression/ClangExpressionVariable.h @@ -65,6 +65,11 @@ class ClangExpressionVariable public: ClangExpressionVariable(ExecutionContextScope *exe_scope, lldb::ByteOrder byte_order, uint32_t addr_byte_size); + ClangExpressionVariable (ExecutionContextScope *exe_scope, + Value &value, + const ConstString &name, + uint16_t flags = EVNone); + ClangExpressionVariable(const lldb::ValueObjectSP &valobj_sp); //---------------------------------------------------------------------- |