Home
last modified time | relevance | path

Searched refs:function_stack_top (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Expression/
DLLVMUserExpression.cpp92 lldb::addr_t function_stack_top = LLDB_INVALID_ADDRESS; in DoExecute() local
117 function_stack_top = m_stack_frame_top; in DoExecute()
121 function_stack_top, exe_ctx); in DoExecute()
169 function_stack_top = function_stack_pointer; in DoExecute()
247 function_stack_bottom, function_stack_top)) { in DoExecute()
257 lldb::addr_t function_stack_top) { in FinalizeJITExecution() argument
273 function_stack_top); in FinalizeJITExecution()
/external/llvm-project/lldb/source/Target/
DThreadPlanCallUserExpression.cpp76 lldb::addr_t function_stack_top; in MischiefManaged() local
81 function_stack_top = function_stack_pointer; in MischiefManaged()
89 function_stack_top); in MischiefManaged()
/external/llvm-project/lldb/include/lldb/Expression/
DLLVMUserExpression.h64 lldb::addr_t function_stack_top = LLDB_INVALID_ADDRESS) override;
DUserExpression.h183 lldb::addr_t function_stack_top = LLDB_INVALID_ADDRESS) = 0;