Searched refs:UnwindTable (Results 1 – 7 of 7) sorted by relevance
29 UnwindTable::UnwindTable (ObjectFile& objfile) : in UnwindTable() function in UnwindTable43 UnwindTable::Initialize () in Initialize()71 UnwindTable::~UnwindTable () in ~UnwindTable()78 UnwindTable::GetFuncUnwindersContainingAddress (const Address& addr, SymbolContext &sc) in GetFuncUnwindersContainingAddress()123 UnwindTable::GetUncachedFuncUnwindersContainingAddress (const Address& addr, SymbolContext &sc) in GetUncachedFuncUnwindersContainingAddress()144 UnwindTable::Dump (Stream &s) in Dump()158 UnwindTable::GetEHFrameInfo () in GetEHFrameInfo()165 UnwindTable::GetCompactUnwindInfo () in GetCompactUnwindInfo()172 UnwindTable::GetArchitecture (lldb_private::ArchSpec &arch) in GetArchitecture()
32 FuncUnwinders::FuncUnwinders (UnwindTable& unwind_table, AddressRange range) : in FuncUnwinders()
25 class UnwindTable28 UnwindTable(ObjectFile& objfile);29 ~UnwindTable();71 DISALLOW_COPY_AND_ASSIGN (UnwindTable);
13 class UnwindTable; variable37 FuncUnwinders (lldb_private::UnwindTable& unwind_table, AddressRange range);116 UnwindTable& m_unwind_table;
552 virtual lldb_private::UnwindTable&857 …lldb_private::UnwindTable m_unwind_table; /// < Table of FuncUnwinders objects created for this Ob…
32 UnwindTable.cpp \
266 class UnwindTable; variable