Searched refs:function_stack_bottom (Results 1 – 2 of 2) sorted by relevance
| /trueos/contrib/llvm/tools/lldb/source/Expression/ |
| HD | ClangUserExpression.cpp | 723 lldb::addr_t function_stack_bottom, in FinalizeJITExecution() argument 739 …m_dematerializer_sp->Dematerialize(dematerialize_error, result, function_stack_bottom, function_st… in FinalizeJITExecution() 779 lldb::addr_t function_stack_bottom = LLDB_INVALID_ADDRESS; in Execute() local 807 function_stack_bottom = m_stack_frame_bottom; in Execute() 815 function_stack_bottom, in Execute() 849 function_stack_bottom = function_stack_pointer - Host::GetPageSize(); in Execute() 905 …if (FinalizeJITExecution (error_stream, exe_ctx, result, function_stack_bottom, function_stack_to… in Execute()
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| HD | ClangUserExpression.h | 180 lldb::addr_t function_stack_bottom = LLDB_INVALID_ADDRESS,
|