Searched refs:DWARFCallFrameInfo (Results 1 – 12 of 12) sorted by relevance
| /openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/ |
| D | UnwindTable.h | 33 lldb_private::DWARFCallFrameInfo *GetEHFrameInfo(); 34 lldb_private::DWARFCallFrameInfo *GetDebugFrameInfo(); 78 std::unique_ptr<DWARFCallFrameInfo> m_eh_frame_up; 79 std::unique_ptr<DWARFCallFrameInfo> m_debug_frame_up;
|
| D | DWARFCallFrameInfo.h | 34 class DWARFCallFrameInfo { 38 DWARFCallFrameInfo(ObjectFile &objfile, lldb::SectionSP §ion, Type type); 40 ~DWARFCallFrameInfo() = default;
|
| /openbsd/src/gnu/llvm/lldb/source/Symbol/ |
| D | UnwindTable.cpp | 61 m_eh_frame_up = std::make_unique<DWARFCallFrameInfo>( in Initialize() 62 *object_file, sect, DWARFCallFrameInfo::EH); in Initialize() 67 m_debug_frame_up = std::make_unique<DWARFCallFrameInfo>( in Initialize() 68 *object_file, sect, DWARFCallFrameInfo::DWARF); in Initialize() 182 DWARFCallFrameInfo *UnwindTable::GetEHFrameInfo() { in GetEHFrameInfo() 187 DWARFCallFrameInfo *UnwindTable::GetDebugFrameInfo() { in GetDebugFrameInfo()
|
| D | DWARFCallFrameInfo.cpp | 150 DWARFCallFrameInfo::DWARFCallFrameInfo(ObjectFile &objfile, in DWARFCallFrameInfo() function in DWARFCallFrameInfo 154 bool DWARFCallFrameInfo::GetUnwindPlan(const Address &addr, in GetUnwindPlan() 159 bool DWARFCallFrameInfo::GetUnwindPlan(const AddressRange &range, in GetUnwindPlan() 176 bool DWARFCallFrameInfo::GetAddressRange(Address addr, AddressRange &range) { in GetAddressRange() 198 std::optional<DWARFCallFrameInfo::FDEEntryMap::Entry> 199 DWARFCallFrameInfo::GetFirstFDEEntryInRange(const AddressRange &range) { in GetFirstFDEEntryInRange() 215 void DWARFCallFrameInfo::GetFunctionAddressAndSizeVector( in GetFunctionAddressAndSizeVector() 233 const DWARFCallFrameInfo::CIE * 234 DWARFCallFrameInfo::GetCIE(dw_offset_t cie_offset) { in GetCIE() 247 DWARFCallFrameInfo::CIESP [all …]
|
| D | CMakeLists.txt | 17 DWARFCallFrameInfo.cpp
|
| D | FuncUnwinders.cpp | 132 DWARFCallFrameInfo *eh_frame = m_unwind_table.GetEHFrameInfo(); in GetEHFrameUnwindPlan() 150 DWARFCallFrameInfo *debug_frame = m_unwind_table.GetDebugFrameInfo(); in GetDebugFrameUnwindPlan()
|
| /openbsd/src/gnu/usr.bin/clang/liblldbSymbol/ |
| D | Makefile | 16 DWARFCallFrameInfo.cpp \
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ |
| D | ObjectFileELF.h | 310 lldb_private::DWARFCallFrameInfo *eh_frame);
|
| D | ObjectFileELF.cpp | 2874 if (DWARFCallFrameInfo *eh_frame = in ParseSymtab() 2972 DWARFCallFrameInfo *eh_frame) { in ParseUnwindSymbols()
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/ |
| D | lldb-forward.h | 66 class DWARFCallFrameInfo; variable
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/ |
| D | ObjectFileMachO.cpp | 2575 DWARFCallFrameInfo eh_frame(*this, eh_frame_section_sp, in ParseSymtab() 2576 DWARFCallFrameInfo::EH); in ParseSymtab() 2577 DWARFCallFrameInfo::FunctionAddressAndSizeVector functions; in ParseSymtab() 2582 const DWARFCallFrameInfo::FunctionAddressAndSizeVector::Entry *func = in ParseSymtab()
|
| /openbsd/src/gnu/llvm/lldb/source/Target/ |
| D | RegisterContextUnwind.cpp | 863 DWARFCallFrameInfo *eh_frame = in GetFullUnwindPlanForFrame()
|