Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DUnwindTable.cpp32 UnwindTable::UnwindTable(Module &module) in UnwindTable() function in UnwindTable
40 void UnwindTable::Initialize() { in Initialize()
87 UnwindTable::~UnwindTable() = default;
89 std::optional<AddressRange> UnwindTable::GetAddressRange(const Address &addr, in GetAddressRange()
116 UnwindTable::GetFuncUnwindersContainingAddress(const Address &addr, in GetFuncUnwindersContainingAddress()
154 UnwindTable::GetUncachedFuncUnwindersContainingAddress(const Address &addr, in GetUncachedFuncUnwindersContainingAddress()
165 void UnwindTable::Dump(Stream &s) { in Dump()
177 lldb_private::CallFrameInfo *UnwindTable::GetObjectFileUnwindInfo() { in GetObjectFileUnwindInfo()
182 DWARFCallFrameInfo *UnwindTable::GetEHFrameInfo() { in GetEHFrameInfo()
187 DWARFCallFrameInfo *UnwindTable::GetDebugFrameInfo() { in GetDebugFrameInfo()
[all …]
H A DCMakeLists.txt39 UnwindTable.cpp
H A DFuncUnwinders.cpp36 FuncUnwinders::FuncUnwinders(UnwindTable &unwind_table, AddressRange range) in FuncUnwinders()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DUnwindTable.h24 class UnwindTable {
27 explicit UnwindTable(Module &module);
29 ~UnwindTable();
83 UnwindTable(const UnwindTable &) = delete;
84 const UnwindTable &operator=(const UnwindTable &) = delete;
H A DFuncUnwinders.h11 class UnwindTable; variable
34 FuncUnwinders(lldb_private::UnwindTable &unwind_table, AddressRange range);
115 UnwindTable &m_unwind_table;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp192 void UnwindTable::dump(raw_ostream &OS, DIDumpOptions DumpOpts, in dump()
198 raw_ostream &llvm::dwarf::operator<<(raw_ostream &OS, const UnwindTable &Rows) { in operator <<()
204 Expected<UnwindTable> UnwindTable::create(const FDE *Fde) { in create()
213 return UnwindTable(); in create()
215 UnwindTable UT; in create()
234 Expected<UnwindTable> UnwindTable::create(const CIE *Cie) { in create()
237 return UnwindTable(); in create()
239 UnwindTable UT; in create()
515 Error UnwindTable::parseRows(const CFIProgram &CFIP, UnwindRow &Row, in parseRows()
981 if (Expected<UnwindTable> RowsOrErr = UnwindTable::create(this)) in dump()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h321 class UnwindTable {
362 static Expected<UnwindTable> create(const CIE *Cie);
372 static Expected<UnwindTable> create(const FDE *Fde);
399 raw_ostream &operator<<(raw_ostream &OS, const UnwindTable &Rows);
/openbsd-src/gnu/usr.bin/clang/liblldbSymbol/
H A DMakefile38 UnwindTable.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Symbol/
H A DBUILD.gn44 "UnwindTable.cpp",
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DModule.h626 UnwindTable &GetUnwindTable();
1070 std::optional<UnwindTable> m_unwind_table; ///< Table of FuncUnwinders
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h269 class UnwindTable; variable
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DModule.cpp1289 UnwindTable &Module::GetUnwindTable() { in GetUnwindTable()
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3797 lldb/include/lldb/Symbol/UnwindTable.h
4621 lldb/source/Symbol/UnwindTable.cpp