Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DIRInterpreter.h45 lldb::addr_t stack_frame_bottom,
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRInterpreter.cpp114 lldb::addr_t stack_frame_bottom, in InterpreterStackFrame() argument
121 m_frame_process_address = stack_frame_bottom; in InterpreterStackFrame()
122 m_frame_size = stack_frame_top - stack_frame_bottom; in InterpreterStackFrame()
684 lldb::addr_t stack_frame_bottom, in Interpret() argument
703 InterpreterStackFrame frame(data_layout, execution_unit, stack_frame_bottom, in Interpret()