Searched defs:stack_frame_top (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Expression/
H A DIRInterpreter.cpp82 lldb::addr_t stack_frame_top) :
90 m_frame_size = stack_frame_top - stack_frame_bottom;
91 m_stack_pointer = stack_frame_top;
560 lldb::addr_t stack_frame_top)
578 InterpreterStackFrame frame(data_layout, memory_map, stack_frame_bottom, stack_frame_top);
79 InterpreterStackFrame(DataLayout &target_data, lldb_private::IRMemoryMap &memory_map, lldb::addr_t stack_frame_bottom, lldb::addr_t stack_frame_top) argument
554 Interpret(llvm::Module &module, llvm::Function &function, llvm::ArrayRef<lldb::addr_t> args, lldb_private::IRMemoryMap &memory_map, lldb_private::Error &error, lldb::addr_t stack_frame_bottom, lldb::addr_t stack_frame_top) argument

Completed in 180 milliseconds