Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Expression/
H A DLLVMUserExpression.cpp92 lldb::addr_t function_stack_bottom = LLDB_INVALID_ADDRESS; in DoExecute() local
116 function_stack_bottom = m_stack_frame_bottom; in DoExecute()
120 interpreter_error, function_stack_bottom, in DoExecute()
168 function_stack_bottom = function_stack_pointer - HostInfo::GetPageSize(); in DoExecute()
246 function_stack_bottom, function_stack_top)) { in DoExecute()
255 lldb::ExpressionVariableSP &result, lldb::addr_t function_stack_bottom, in FinalizeJITExecution()
271 m_dematerializer_sp->Dematerialize(dematerialize_error, function_stack_bottom, in FinalizeJITExecution()
256 FinalizeJITExecution(DiagnosticManager & diagnostic_manager,ExecutionContext & exe_ctx,lldb::ExpressionVariableSP & result,lldb::addr_t function_stack_bottom,lldb::addr_t function_stack_top) FinalizeJITExecution() argument
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallUserExpression.cpp77 lldb::addr_t function_stack_bottom; in MischiefManaged() local
80 function_stack_bottom = function_stack_pointer - HostInfo::GetPageSize(); in MischiefManaged()
88 diagnostics, exe_ctx, m_result_var_sp, function_stack_bottom, in MischiefManaged()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Expression/
H A DLLVMUserExpression.h63 lldb::addr_t function_stack_bottom = LLDB_INVALID_ADDRESS,
H A DUserExpression.h165 /// \param[in] function_stack_bottom
182 lldb::addr_t function_stack_bottom = LLDB_INVALID_ADDRESS,