Searched refs:function_stack_bottom (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lldb/source/Expression/ |
D | 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() 168 function_stack_bottom = function_stack_pointer - HostInfo::GetPageSize(); in DoExecute() 247 function_stack_bottom, function_stack_top)) { in DoExecute() 256 lldb::ExpressionVariableSP &result, lldb::addr_t function_stack_bottom, in FinalizeJITExecution() argument 272 m_dematerializer_sp->Dematerialize(dematerialize_error, function_stack_bottom, in FinalizeJITExecution()
|
/external/llvm-project/lldb/source/Target/ |
D | 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()
|
/external/llvm-project/lldb/include/lldb/Expression/ |
D | LLVMUserExpression.h | 63 lldb::addr_t function_stack_bottom = LLDB_INVALID_ADDRESS,
|
D | UserExpression.h | 182 lldb::addr_t function_stack_bottom = LLDB_INVALID_ADDRESS,
|