Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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_top, exe_ctx); in DoExecute()
169 function_stack_top = function_stack_pointer; in DoExecute()
246 function_stack_bottom, function_stack_top)) { in DoExecute()
256 lldb::addr_t function_stack_top) { in FinalizeJITExecution() argument
272 function_stack_top); in FinalizeJITExecution()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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;