Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Expression/
DIRInterpreter.h46 lldb::addr_t stack_frame_top,
/external/llvm-project/lldb/source/Expression/
DIRInterpreter.cpp113 lldb::addr_t stack_frame_top) in InterpreterStackFrame() argument
121 m_frame_size = stack_frame_top - stack_frame_bottom; in InterpreterStackFrame()
122 m_stack_pointer = stack_frame_top; in InterpreterStackFrame()
638 lldb::addr_t stack_frame_top, in Interpret() argument
658 stack_frame_top); in Interpret()