Searched refs:m_stack_frame_top (Results 1 – 2 of 2) sorted by relevance
48 m_stack_frame_top(LLDB_INVALID_ADDRESS), m_allow_cxx(false), in LLVMUserExpression()117 function_stack_top = m_stack_frame_top; in DoExecute()346 m_stack_frame_top = m_stack_frame_bottom + stack_frame_size; in PrepareToExecuteJITExpression()
95 lldb::addr_t m_stack_frame_top; ///< The top of the allocated stack frame. variable