Home
last modified time | relevance | path

Searched refs:GetFunctionStackPointer (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallUserExpression.cpp78 lldb::addr_t function_stack_pointer = GetFunctionStackPointer(); in MischiefManaged()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanCallFunction.h69 lldb::addr_t GetFunctionStackPointer() { return m_function_sp; } in GetFunctionStackPointer() function
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DLLVMUserExpression.cpp166 user_expression_plan->GetFunctionStackPointer(); in DoExecute()