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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindTable.h1 //===-- UnwindTable.h -------------------------------------------*- C++ -*-===//
20 // The UnwindTable is populated with FuncUnwinders objects lazily during the
23 class UnwindTable { class in namespace:lldb_private
26 explicit UnwindTable(Module &module);
28 ~UnwindTable();
46 // UnwindTable so it can be reused later. But for the target modules show-
49 // don't add this new one to our UnwindTable. This FuncUnwinders object does
50 // have a reference to the UnwindTable but the lifetime of this uncached
82 UnwindTable(const UnwindTable
[all...]
H A DFuncUnwinders.h11 class UnwindTable;
34 FuncUnwinders(lldb_private::UnwindTable &unwind_table, AddressRange range);
115 UnwindTable &m_unwind_table;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp1 //===-- UnwindTable.cpp ---------------------------------------------------===//
9 #include "lldb/Symbol/UnwindTable.h"
24 // There is one UnwindTable object per ObjectFile. It contains a list of Unwind
31 UnwindTable::UnwindTable(Module &module) function in class:UnwindTable
39 void UnwindTable::Initialize() {
86 UnwindTable::~UnwindTable() {}
88 llvm::Optional<AddressRange> UnwindTable::GetAddressRange(const Address &addr,
115 UnwindTable
[all...]
H A DFuncUnwinders.cpp19 #include "lldb/Symbol/UnwindTable.h"
36 FuncUnwinders::FuncUnwinders(UnwindTable &unwind_table, AddressRange range)
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h586 /// Returns a reference to the UnwindTable for this Module
588 /// The UnwindTable contains FuncUnwinders objects for any function in this
596 /// associated object file, an empty UnwindTable is returned.
597 UnwindTable &GetUnwindTable();
970 llvm::Optional<UnwindTable> m_unwind_table; ///< Table of FuncUnwinders
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h254 class UnwindTable;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1301 UnwindTable &Module::GetUnwindTable() {
/freebsd-13-stable/lib/clang/liblldb/
H A DMakefile549 SRCS+= Symbol/UnwindTable.cpp

Completed in 96 milliseconds