Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DIRInterpreter.h50 lldb::addr_t stack_frame_top,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRInterpreter.cpp114 lldb::addr_t stack_frame_top) in InterpreterStackFrame() argument
122 m_frame_size = stack_frame_top - stack_frame_bottom; in InterpreterStackFrame()
123 m_stack_pointer = stack_frame_top; in InterpreterStackFrame()
649 lldb::addr_t stack_frame_top, in Interpret() argument
669 stack_frame_top); in Interpret()