Searched refs:UnwindTable (Results 1 – 10 of 10) sorted by relevance
32 UnwindTable::UnwindTable(Module &module) in UnwindTable() function in UnwindTable40 void UnwindTable::Initialize() { in Initialize()87 UnwindTable::~UnwindTable() = default;116 UnwindTable::GetFuncUnwindersContainingAddress(const Address &addr, in GetFuncUnwindersContainingAddress()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()191 CompactUnwindInfo *UnwindTable::GetCompactUnwindInfo() { in GetCompactUnwindInfo()196 ArmUnwindInfo *UnwindTable::GetArmUnwindInfo() { in GetArmUnwindInfo()[all …]
36 FuncUnwinders::FuncUnwinders(UnwindTable &unwind_table, AddressRange range) in FuncUnwinders()
24 class UnwindTable {27 explicit UnwindTable(Module &module);29 ~UnwindTable();83 UnwindTable(const UnwindTable &) = delete;84 const UnwindTable &operator=(const UnwindTable &) = delete;
11 class UnwindTable; variable34 FuncUnwinders(lldb_private::UnwindTable &unwind_table, AddressRange range);115 UnwindTable &m_unwind_table;
192 void UnwindTable::dump(raw_ostream &OS, DIDumpOptions DumpOpts, in dump()198 raw_ostream &llvm::dwarf::operator<<(raw_ostream &OS, const UnwindTable &Rows) { in operator <<()204 Expected<UnwindTable> UnwindTable::create(const FDE *Fde) { in create()213 return UnwindTable(); in create()215 UnwindTable UT; in create()234 Expected<UnwindTable> UnwindTable::create(const CIE *Cie) { in create()237 return UnwindTable(); in create()239 UnwindTable UT; in create()515 Error UnwindTable::parseRows(const CFIProgram &CFIP, UnwindRow &Row, in parseRows()981 if (Expected<UnwindTable> RowsOrErr = UnwindTable::create(this)) in dump()[all …]
321 class UnwindTable {362 static Expected<UnwindTable> create(const CIE *Cie);372 static Expected<UnwindTable> create(const FDE *Fde);399 raw_ostream &operator<<(raw_ostream &OS, const UnwindTable &Rows);
580 UnwindTable &GetUnwindTable();1024 std::optional<UnwindTable> m_unwind_table; ///< Table of FuncUnwinders
276 class UnwindTable; variable
1240 UnwindTable &Module::GetUnwindTable() { in GetUnwindTable()
609 SRCS+= Symbol/UnwindTable.cpp