Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DLLVMUserExpression.cpp91 lldb::addr_t function_stack_bottom = LLDB_INVALID_ADDRESS; in DoExecute() local
116 function_stack_bottom = m_stack_frame_bottom; in DoExecute()
121 function_stack_bottom, function_stack_top, in DoExecute()
165 function_stack_bottom = function_stack_pointer - HostInfo::GetPageSize(); in DoExecute()
239 function_stack_bottom, function_stack_top)) { in DoExecute()
254 lldb::ExpressionVariableSP &result, lldb::addr_t function_stack_bottom, in FinalizeJITExecution() argument
271 m_dematerializer_sp->Dematerialize(dematerialize_error, function_stack_bottom, in FinalizeJITExecution()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanCallUserExpression.cpp81 lldb::addr_t function_stack_bottom; in MischiefManaged() local
84 function_stack_bottom = function_stack_pointer - HostInfo::GetPageSize(); in MischiefManaged()
92 diagnostics, exe_ctx, m_result_var_sp, function_stack_bottom, in MischiefManaged()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DLLVMUserExpression.h58 lldb::addr_t function_stack_bottom = LLDB_INVALID_ADDRESS,
H A DUserExpression.h189 lldb::addr_t function_stack_bottom = LLDB_INVALID_ADDRESS,