Searched defs:stack_frame_bottom (Results 1 – 1 of 1) sorted by relevance
/llvm-project/lldb/source/Expression/ |
H A D | IRInterpreter.cpp | 115 InterpreterStackFrame(DataLayout & target_data,lldb_private::IRExecutionUnit & execution_unit,lldb::addr_t stack_frame_bottom,lldb::addr_t stack_frame_top) InterpreterStackFrame() argument 688 Interpret(llvm::Module & module,llvm::Function & function,llvm::ArrayRef<lldb::addr_t> args,lldb_private::IRExecutionUnit & execution_unit,lldb_private::Status & error,lldb::addr_t stack_frame_bottom,lldb::addr_t stack_frame_top,lldb_private::ExecutionContext & exe_ctx,lldb_private::Timeout<std::micro> timeout) Interpret() argument
|