Home
last modified time | relevance | path

Searched refs:UnwindTable (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DUnwindTable.cpp30 UnwindTable::UnwindTable(ObjectFile &objfile) in UnwindTable() function in UnwindTable
37 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 …]
H A DFuncUnwinders.cpp34 FuncUnwinders::FuncUnwinders(UnwindTable &unwind_table, AddressRange range) in FuncUnwinders()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DUnwindTable.h24 class UnwindTable {
26 UnwindTable(ObjectFile &objfile);
27 ~UnwindTable();
77 DISALLOW_COPY_AND_ASSIGN(UnwindTable);
H A DFuncUnwinders.h11 class UnwindTable; variable
34 FuncUnwinders(lldb_private::UnwindTable &unwind_table, AddressRange range);
120 UnwindTable &m_unwind_table;
H A DObjectFile.h493 virtual lldb_private::UnwindTable &GetUnwindTable() { return m_unwind_table; } in GetUnwindTable()
778 lldb_private::UnwindTable m_unwind_table; /// < Table of FuncUnwinders objects
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h286 class UnwindTable; variable
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile515 SRCS+= Symbol/UnwindTable.cpp