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()86 UnwindTable::~UnwindTable() {} in ~UnwindTable()88 llvm::Optional<AddressRange> UnwindTable::GetAddressRange(const Address &addr, in GetAddressRange()115 UnwindTable::GetFuncUnwindersContainingAddress(const Address &addr, in GetFuncUnwindersContainingAddress()153 UnwindTable::GetUncachedFuncUnwindersContainingAddress(const Address &addr, in GetUncachedFuncUnwindersContainingAddress()164 void UnwindTable::Dump(Stream &s) { in Dump()176 lldb_private::CallFrameInfo *UnwindTable::GetObjectFileUnwindInfo() { in GetObjectFileUnwindInfo()181 DWARFCallFrameInfo *UnwindTable::GetEHFrameInfo() { in GetEHFrameInfo()186 DWARFCallFrameInfo *UnwindTable::GetDebugFrameInfo() { in GetDebugFrameInfo()[all …]
36 UnwindTable.cpp
36 FuncUnwinders::FuncUnwinders(UnwindTable &unwind_table, AddressRange range) in FuncUnwinders()
23 class UnwindTable {26 explicit UnwindTable(Module &module);28 ~UnwindTable();82 UnwindTable(const UnwindTable &) = delete;83 const UnwindTable &operator=(const UnwindTable &) = delete;
11 class UnwindTable; variable34 FuncUnwinders(lldb_private::UnwindTable &unwind_table, AddressRange range);115 UnwindTable &m_unwind_table;
593 UnwindTable &GetUnwindTable();966 llvm::Optional<UnwindTable> m_unwind_table; ///< Table of FuncUnwinders
256 class UnwindTable; variable
1301 UnwindTable &Module::GetUnwindTable() { in GetUnwindTable()