Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DThreadPlanCallFunction.cpp53 m_function_sp = thread.GetRegisterContext()->GetSP() - abi->GetRedZoneSize(); in ConstructorSetup()
57 process_sp->ReadUnsignedIntegerFromMemory(m_function_sp, 4, 0, error); in ConstructorSetup()
61 m_function_sp); in ConstructorSetup()
106 m_function_sp(0), m_takedown_done(false), in ThreadPlanCallFunction()
117 if (!abi->PrepareTrivialCall(thread, m_function_sp, function_load_addr, in ThreadPlanCallFunction()
136 m_function_sp(0), m_takedown_done(false), in ThreadPlanCallFunction()
DThreadPlanCallFunctionUsingABI.cpp36 if (!abi->PrepareTrivialCall(thread, m_function_sp, function_load_addr, in ThreadPlanCallFunctionUsingABI()
/external/llvm-project/lldb/include/lldb/Target/
DThreadPlanCallFunction.h69 lldb::addr_t GetFunctionStackPointer() { return m_function_sp; } in GetFunctionStackPointer()
126 lldb::addr_t m_function_sp; variable