Searched refs:UnwindTable (Results 1 – 8 of 8) sorted by relevance
31 UnwindTable::UnwindTable(Module &module) in UnwindTable() function in UnwindTable39 void UnwindTable::Initialize() { in Initialize()84 UnwindTable::~UnwindTable() {} in ~UnwindTable()86 llvm::Optional<AddressRange> UnwindTable::GetAddressRange(const Address &addr, in GetAddressRange()113 UnwindTable::GetFuncUnwindersContainingAddress(const Address &addr, in GetFuncUnwindersContainingAddress()151 UnwindTable::GetUncachedFuncUnwindersContainingAddress(const Address &addr, in GetUncachedFuncUnwindersContainingAddress()162 void UnwindTable::Dump(Stream &s) { in Dump()174 lldb_private::CallFrameInfo *UnwindTable::GetObjectFileUnwindInfo() { in GetObjectFileUnwindInfo()179 DWARFCallFrameInfo *UnwindTable::GetEHFrameInfo() { in GetEHFrameInfo()184 DWARFCallFrameInfo *UnwindTable::GetDebugFrameInfo() { in GetDebugFrameInfo()[all …]
36 FuncUnwinders::FuncUnwinders(UnwindTable &unwind_table, AddressRange range) in FuncUnwinders()
23 class UnwindTable {26 explicit UnwindTable(Module &module);28 ~UnwindTable();82 DISALLOW_COPY_AND_ASSIGN(UnwindTable);
11 class UnwindTable; variable34 FuncUnwinders(lldb_private::UnwindTable &unwind_table, AddressRange range);115 UnwindTable &m_unwind_table;
590 UnwindTable &GetUnwindTable();957 llvm::Optional<UnwindTable> m_unwind_table; ///< Table of FuncUnwinders
268 class UnwindTable; variable
1271 UnwindTable &Module::GetUnwindTable() { in GetUnwindTable()
540 SRCS+= Symbol/UnwindTable.cpp