Home
last modified time | relevance | path

Searched refs:stack_frame_top (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRInterpreter.h47 lldb::addr_t stack_frame_top,
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp116 lldb::addr_t stack_frame_top) in InterpreterStackFrame() argument
123 m_frame_size = stack_frame_top - stack_frame_bottom; in InterpreterStackFrame()
124 m_stack_pointer = stack_frame_top; in InterpreterStackFrame()
689 lldb::addr_t stack_frame_top, in Interpret() argument
709 stack_frame_top); in Interpret()