Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDUnwindTable.cpp31 UnwindTable::UnwindTable(Module &module) in UnwindTable() function in UnwindTable
39 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 …]
HDFuncUnwinders.cpp36 FuncUnwinders::FuncUnwinders(UnwindTable &unwind_table, AddressRange range) in FuncUnwinders()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDUnwindTable.h23 class UnwindTable {
26 explicit UnwindTable(Module &module);
28 ~UnwindTable();
82 DISALLOW_COPY_AND_ASSIGN(UnwindTable);
HDFuncUnwinders.h11 class UnwindTable; variable
34 FuncUnwinders(lldb_private::UnwindTable &unwind_table, AddressRange range);
115 UnwindTable &m_unwind_table;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDModule.h590 UnwindTable &GetUnwindTable();
957 llvm::Optional<UnwindTable> m_unwind_table; ///< Table of FuncUnwinders
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-forward.h268 class UnwindTable; variable
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDModule.cpp1271 UnwindTable &Module::GetUnwindTable() { in GetUnwindTable()
/freebsd-11-stable/lib/clang/liblldb/
HDMakefile540 SRCS+= Symbol/UnwindTable.cpp