Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanCallUserExpression.cpp82 lldb::addr_t function_stack_pointer = GetFunctionStackPointer(); in MischiefManaged() local
84 function_stack_bottom = function_stack_pointer - HostInfo::GetPageSize(); in MischiefManaged()
85 function_stack_top = function_stack_pointer; in MischiefManaged()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DLLVMUserExpression.cpp162 lldb::addr_t function_stack_pointer = in DoExecute() local
165 function_stack_bottom = function_stack_pointer - HostInfo::GetPageSize(); in DoExecute()
166 function_stack_top = function_stack_pointer; in DoExecute()