Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DLLVMUserExpression.cpp92 lldb::addr_t function_stack_top = LLDB_INVALID_ADDRESS; in DoExecute() local
117 function_stack_top = m_stack_frame_top; in DoExecute()
121 function_stack_bottom, function_stack_top, in DoExecute()
166 function_stack_top = function_stack_pointer; in DoExecute()
239 function_stack_bottom, function_stack_top)) { in DoExecute()
255 lldb::addr_t function_stack_top) { in FinalizeJITExecution() argument
272 function_stack_top); in FinalizeJITExecution()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanCallUserExpression.cpp80 lldb::addr_t function_stack_top; in MischiefManaged() local
85 function_stack_top = function_stack_pointer; in MischiefManaged()
93 function_stack_top); in MischiefManaged()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DLLVMUserExpression.h59 lldb::addr_t function_stack_top = LLDB_INVALID_ADDRESS) override;
H A DUserExpression.h190 lldb::addr_t function_stack_top = LLDB_INVALID_ADDRESS) = 0;