reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Expression/LLVMUserExpression.cpp
  110       function_stack_bottom = m_stack_frame_bottom;
  324     if (m_can_interpret && m_stack_frame_bottom == LLDB_INVALID_ADDRESS) {
  331       m_stack_frame_bottom = m_execution_unit_sp->Malloc(
  336       m_stack_frame_top = m_stack_frame_bottom + stack_frame_size;