Home
last modified time | relevance | path

Searched refs:m_stack_frame_top (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Expression/
DLLVMUserExpression.cpp48 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()
/external/llvm-project/lldb/include/lldb/Expression/
DLLVMUserExpression.h95 lldb::addr_t m_stack_frame_top; ///< The top of the allocated stack frame. variable