Searched refs:UnwindTable (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | UnwindTable.cpp | 32 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 D | CMakeLists.txt | 39 UnwindTable.cpp
|
| H A D | FuncUnwinders.cpp | 36 FuncUnwinders::FuncUnwinders(UnwindTable &unwind_table, AddressRange range) in FuncUnwinders()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | UnwindTable.h | 24 class UnwindTable { 27 explicit UnwindTable(Module &module); 29 ~UnwindTable(); 83 UnwindTable(const UnwindTable &) = delete; 84 const UnwindTable &operator=(const UnwindTable &) = delete;
|
| H A D | FuncUnwinders.h | 11 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 D | DWARFDebugFrame.cpp | 192 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 D | DWARFDebugFrame.h | 321 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 D | Makefile | 38 UnwindTable.cpp \
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Symbol/ |
| H A D | BUILD.gn | 44 "UnwindTable.cpp",
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | Module.h | 626 UnwindTable &GetUnwindTable(); 1070 std::optional<UnwindTable> m_unwind_table; ///< Table of FuncUnwinders
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/ |
| H A D | lldb-forward.h | 269 class UnwindTable; variable
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Module.cpp | 1289 UnwindTable &Module::GetUnwindTable() { in GetUnwindTable()
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 3797 lldb/include/lldb/Symbol/UnwindTable.h 4621 lldb/source/Symbol/UnwindTable.cpp
|