Home
last modified time | relevance | path

Searched refs:GetEHFrameInfo (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDUnwindTable.h32 GetEHFrameInfo ();
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDUnwindTable.cpp158 UnwindTable::GetEHFrameInfo () in GetEHFrameInfo() function in UnwindTable
HDFuncUnwinders.cpp118 DWARFCallFrameInfo *eh_frame = m_unwind_table.GetEHFrameInfo(); in GetEHFrameUnwindPlan()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDRegisterContextLLDB.cpp801 pc_module_sp->GetObjectFile()->GetUnwindTable().GetEHFrameInfo() : nullptr; in GetFullUnwindPlanForFrame()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp2644 if (DWARFCallFrameInfo *eh_frame = GetUnwindTable().GetEHFrameInfo()) in ResolveSymbolForAddress()