Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDThreadPlanCallUserExpression.cpp89 lldb::addr_t function_stack_pointer = GetFunctionStackPointer(); in MischiefManaged() local
91 function_stack_bottom = function_stack_pointer - HostInfo::GetPageSize(); in MischiefManaged()
92 function_stack_top = function_stack_pointer; in MischiefManaged()
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangUserExpression.cpp934 lldb::addr_t function_stack_pointer = user_expression_plan->GetFunctionStackPointer(); in Execute() local
936 function_stack_bottom = function_stack_pointer - HostInfo::GetPageSize(); in Execute()
937 function_stack_top = function_stack_pointer; in Execute()