Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanCallFunction.cpp54 m_function_sp = thread.GetRegisterContext()->GetSP() - abi->GetRedZoneSize(); in ConstructorSetup()
58 process_sp->ReadUnsignedIntegerFromMemory(m_function_sp, 4, 0, error); in ConstructorSetup()
62 m_function_sp); in ConstructorSetup()
133 m_function_sp(0), m_takedown_done(false), in ThreadPlanCallFunction()
144 if (!abi->PrepareTrivialCall(thread, m_function_sp, function_load_addr, in ThreadPlanCallFunction()
163 m_function_sp(0), m_takedown_done(false), in ThreadPlanCallFunction()
H A DThreadPlanCallFunctionUsingABI.cpp39 if (!abi->PrepareTrivialCall(thread, m_function_sp, function_load_addr, in ThreadPlanCallFunctionUsingABI()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlanCallFunction.h70 lldb::addr_t GetFunctionStackPointer() { return m_function_sp; } in GetFunctionStackPointer()
127 lldb::addr_t m_function_sp; variable