Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DUnwindTable.cpp31 UnwindTable::UnwindTable(Module &module) in UnwindTable() function in UnwindTable
39 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 …]
DCMakeLists.txt36 UnwindTable.cpp
DFuncUnwinders.cpp36 FuncUnwinders::FuncUnwinders(UnwindTable &unwind_table, AddressRange range) in FuncUnwinders()
/external/llvm-project/lldb/include/lldb/Symbol/
DUnwindTable.h23 class UnwindTable {
26 explicit UnwindTable(Module &module);
28 ~UnwindTable();
82 UnwindTable(const UnwindTable &) = delete;
83 const UnwindTable &operator=(const UnwindTable &) = delete;
DFuncUnwinders.h11 class UnwindTable; variable
34 FuncUnwinders(lldb_private::UnwindTable &unwind_table, AddressRange range);
115 UnwindTable &m_unwind_table;
/external/llvm-project/lldb/include/lldb/Core/
DModule.h593 UnwindTable &GetUnwindTable();
966 llvm::Optional<UnwindTable> m_unwind_table; ///< Table of FuncUnwinders
/external/llvm-project/lldb/include/lldb/
Dlldb-forward.h256 class UnwindTable; variable
/external/llvm-project/lldb/source/Core/
DModule.cpp1301 UnwindTable &Module::GetUnwindTable() { in GetUnwindTable()