Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DThreadPlanCallUserExpression.cpp78 lldb::addr_t function_stack_pointer = GetFunctionStackPointer(); in MischiefManaged() local
80 function_stack_bottom = function_stack_pointer - HostInfo::GetPageSize(); in MischiefManaged()
81 function_stack_top = function_stack_pointer; in MischiefManaged()
/external/llvm-project/lldb/source/Expression/
DLLVMUserExpression.cpp165 lldb::addr_t function_stack_pointer = in DoExecute() local
168 function_stack_bottom = function_stack_pointer - HostInfo::GetPageSize(); in DoExecute()
169 function_stack_top = function_stack_pointer; in DoExecute()