Searched refs:function_stack_bottom (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/ |
| HD | LLVMUserExpression.cpp | 91 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() 164 function_stack_bottom = function_stack_pointer - HostInfo::GetPageSize(); in DoExecute() 235 function_stack_bottom, function_stack_top)) { in DoExecute() 244 lldb::ExpressionVariableSP &result, lldb::addr_t function_stack_bottom, in FinalizeJITExecution() argument 260 m_dematerializer_sp->Dematerialize(dematerialize_error, function_stack_bottom, in FinalizeJITExecution()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Target/ |
| HD | ThreadPlanCallUserExpression.cpp | 77 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-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/ |
| HD | LLVMUserExpression.h | 63 lldb::addr_t function_stack_bottom = LLDB_INVALID_ADDRESS,
|
| HD | UserExpression.h | 182 lldb::addr_t function_stack_bottom = LLDB_INVALID_ADDRESS,
|