Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/
DUnwindTable.h31 lldb_private::CallFrameInfo *GetObjectFileUnwindInfo();
/openbsd/src/gnu/llvm/lldb/source/Symbol/
DUnwindTable.cpp177 lldb_private::CallFrameInfo *UnwindTable::GetObjectFileUnwindInfo() { in GetObjectFileUnwindInfo() function in UnwindTable
DFuncUnwinders.cpp113 CallFrameInfo *object_file_frame = m_unwind_table.GetObjectFileUnwindInfo(); in GetObjectFileUnwindPlan()
/openbsd/src/gnu/llvm/lldb/source/Target/
DRegisterContextUnwind.cpp885 pc_module_sp->GetUnwindTable().GetObjectFileUnwindInfo(); in GetFullUnwindPlanForFrame()