Home
last modified time | relevance | path

Searched refs:GetObjectFileUnwindInfo (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindTable.h31 lldb_private::CallFrameInfo *GetObjectFileUnwindInfo();
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp221 lldb_private::CallFrameInfo *UnwindTable::GetObjectFileUnwindInfo() { in GetObjectFileUnwindInfo() function in UnwindTable
H A DFuncUnwinders.cpp113 CallFrameInfo *object_file_frame = m_unwind_table.GetObjectFileUnwindInfo(); in GetObjectFileUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp899 pc_module_sp->GetUnwindTable().GetObjectFileUnwindInfo(); in GetFullUnwindPlanForFrame()