Searched defs:stack_frame_bottom (Results 1 - 1 of 1) sorted by relevance
/external/lldb/source/Expression/ |
H A D | IRInterpreter.cpp | 81 lldb::addr_t stack_frame_bottom, 89 m_frame_process_address = stack_frame_bottom; 90 m_frame_size = stack_frame_top - stack_frame_bottom; 559 lldb::addr_t stack_frame_bottom, 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 79 milliseconds