Searched refs:UnwindTable (Results 1 – 7 of 7) sorted by relevance
30 UnwindTable::UnwindTable(ObjectFile &objfile) in UnwindTable() function in UnwindTable37 void UnwindTable::Initialize() { in Initialize()77 UnwindTable::~UnwindTable() {} in ~UnwindTable()101 UnwindTable::GetFuncUnwindersContainingAddress(const Address &addr, in GetFuncUnwindersContainingAddress()150 void UnwindTable::Dump(Stream &s) { in Dump()163 DWARFCallFrameInfo *UnwindTable::GetEHFrameInfo() { in GetEHFrameInfo()168 DWARFCallFrameInfo *UnwindTable::GetDebugFrameInfo() { in GetDebugFrameInfo()173 CompactUnwindInfo *UnwindTable::GetCompactUnwindInfo() { in GetCompactUnwindInfo()178 ArmUnwindInfo *UnwindTable::GetArmUnwindInfo() { in GetArmUnwindInfo()183 ArchSpec UnwindTable::GetArchitecture() { in GetArchitecture()[all …]
34 FuncUnwinders::FuncUnwinders(UnwindTable &unwind_table, AddressRange range) in FuncUnwinders()
24 class UnwindTable {26 UnwindTable(ObjectFile &objfile);27 ~UnwindTable();77 DISALLOW_COPY_AND_ASSIGN(UnwindTable);
11 class UnwindTable; variable34 FuncUnwinders(lldb_private::UnwindTable &unwind_table, AddressRange range);120 UnwindTable &m_unwind_table;
493 virtual lldb_private::UnwindTable &GetUnwindTable() { return m_unwind_table; } in GetUnwindTable()778 lldb_private::UnwindTable m_unwind_table; /// < Table of FuncUnwinders objects
286 class UnwindTable; variable
515 SRCS+= Symbol/UnwindTable.cpp