Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDUnwindTable.cpp29 UnwindTable::UnwindTable (ObjectFile& objfile) : in UnwindTable() function in UnwindTable
43 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()
HDFuncUnwinders.cpp32 FuncUnwinders::FuncUnwinders (UnwindTable& unwind_table, AddressRange range) : in FuncUnwinders()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDUnwindTable.h25 class UnwindTable
28 UnwindTable(ObjectFile& objfile);
29 ~UnwindTable();
71 DISALLOW_COPY_AND_ASSIGN (UnwindTable);
HDFuncUnwinders.h13 class UnwindTable; variable
37 FuncUnwinders (lldb_private::UnwindTable& unwind_table, AddressRange range);
116 UnwindTable& m_unwind_table;
HDObjectFile.h552 virtual lldb_private::UnwindTable&
857 …lldb_private::UnwindTable m_unwind_table; /// < Table of FuncUnwinders objects created for this Ob…
/NextBSD/lib/clang/liblldbSymbol/
HDMakefile32 UnwindTable.cpp \
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-forward.h266 class UnwindTable; variable