Searched refs:m_function_sp (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | ThreadPlanCallFunction.cpp | 54 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() 107 m_start_addr(), m_function_sp(0), m_subplan_sp(), in ThreadPlanCallFunction() 121 if (!abi->PrepareTrivialCall(thread, m_function_sp, function_load_addr, in ThreadPlanCallFunction() 140 m_start_addr(), m_function_sp(0), m_subplan_sp(), in ThreadPlanCallFunction()
|
H A D | ThreadPlanCallFunctionUsingABI.cpp | 36 if (!abi->PrepareTrivialCall(thread, m_function_sp, function_load_addr, in ThreadPlanCallFunctionUsingABI()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | ThreadPlanCallFunction.h | 69 lldb::addr_t GetFunctionStackPointer() { return m_function_sp; } in GetFunctionStackPointer() 126 lldb::addr_t m_function_sp; variable
|