Home
last modified time | relevance | path

Searched refs:function_stack_bottom (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDThreadPlanCallUserExpression.cpp88 lldb::addr_t function_stack_bottom; in MischiefManaged() local
91 function_stack_bottom = function_stack_pointer - HostInfo::GetPageSize(); in MischiefManaged()
98 …_sp->FinalizeJITExecution(error_stream, exe_ctx, m_result_var_sp, function_stack_bottom, function_… in MischiefManaged()
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangUserExpression.cpp801 lldb::addr_t function_stack_bottom, in FinalizeJITExecution() argument
817 …m_dematerializer_sp->Dematerialize(dematerialize_error, result, function_stack_bottom, function_st… in FinalizeJITExecution()
857 lldb::addr_t function_stack_bottom = LLDB_INVALID_ADDRESS; in Execute() local
885 function_stack_bottom = m_stack_frame_bottom; in Execute()
893 function_stack_bottom, in Execute()
936 function_stack_bottom = function_stack_pointer - HostInfo::GetPageSize(); in Execute()
998 …if (FinalizeJITExecution (error_stream, exe_ctx, result, function_stack_bottom, function_stack_to… in Execute()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Expression/
HDClangUserExpression.h178 lldb::addr_t function_stack_bottom = LLDB_INVALID_ADDRESS,