Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DLLVMUserExpression.cpp93 lldb::addr_t function_stack_top = LLDB_INVALID_ADDRESS; in DoExecute() local
118 function_stack_top = m_stack_frame_top; in DoExecute()
122 function_stack_top, exe_ctx, options.GetTimeout()); in DoExecute()
170 function_stack_top = function_stack_pointer; in DoExecute()
247 function_stack_bottom, function_stack_top)) { in DoExecute()
257 lldb::addr_t function_stack_top) { in FinalizeJITExecution() argument
273 function_stack_top); in FinalizeJITExecution()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallUserExpression.cpp76 lldb::addr_t function_stack_top; in MischiefManaged() local
81 function_stack_top = function_stack_pointer; in MischiefManaged()
89 function_stack_top); in MischiefManaged()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Expression/
H A DLLVMUserExpression.h64 lldb::addr_t function_stack_top = LLDB_INVALID_ADDRESS) override;
H A DUserExpression.h183 lldb::addr_t function_stack_top = LLDB_INVALID_ADDRESS) = 0;