Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/Utility/
DRegisterContextLLDB.cpp583 …FuncUnwindersSP func_unwinders_sp (pc_module_sp->GetObjectFile()->GetUnwindTable().GetFuncUnwinder… in GetFastUnwindPlanForFrame()
679 …func_unwinders_sp = pc_module_sp->GetObjectFile()->GetUnwindTable().GetFuncUnwindersContainingAddr… in GetFullUnwindPlanForFrame()
688 pc_module_sp->GetObjectFile()->GetUnwindTable().GetEHFrameInfo() : nullptr; in GetFullUnwindPlanForFrame()
1255 …func_unwinders_sp = m_current_pc.GetModule()->GetObjectFile()->GetUnwindTable().GetFuncUnwindersCo… in InvalidateFullUnwindPlan()
/external/lldb/include/lldb/Symbol/
DObjectFile.h465 GetUnwindTable () { return m_unwind_table; } in GetUnwindTable() function
/external/lldb/source/Commands/
DCommandObjectTarget.cpp3616 …FuncUnwindersSP func_unwinders_sp (sc.module_sp->GetObjectFile()->GetUnwindTable().GetUncachedFunc… in DoExecute()