Home
last modified time | relevance | path

Searched refs:DWARFCallFrameInfo (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindTable.h33 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;
H A DDWARFCallFrameInfo.h34 class DWARFCallFrameInfo {
38 DWARFCallFrameInfo(ObjectFile &objfile, lldb::SectionSP &section, Type type);
40 ~DWARFCallFrameInfo() = default;
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp61 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()
181 DWARFCallFrameInfo *UnwindTable::GetEHFrameInfo() { in GetEHFrameInfo()
186 DWARFCallFrameInfo *UnwindTable::GetDebugFrameInfo() { in GetDebugFrameInfo()
H A DDWARFCallFrameInfo.cpp150 DWARFCallFrameInfo::DWARFCallFrameInfo(ObjectFile &objfile, in DWARFCallFrameInfo() function in DWARFCallFrameInfo
154 bool DWARFCallFrameInfo::GetUnwindPlan(const Address &addr, in GetUnwindPlan()
198 std::optional<DWARFCallFrameInfo::FDEEntryMap::Entry>
215 void DWARFCallFrameInfo::GetFunctionAddressAndSizeVector( in GetFunctionAddressAndSizeVector()
233 const DWARFCallFrameInfo::CIE *
234 DWARFCallFrameInfo::GetCIE(dw_offset_t cie_offset) { in GetCIE()
247 DWARFCallFrameInfo::CIESP
248 DWARFCallFrameInfo::ParseCIE(const dw_offset_t cie_offset) { in ParseCIE()
401 void DWARFCallFrameInfo::GetCFIData() { in GetCFIData()
414 void DWARFCallFrameInfo::GetFDEIndex() { in GetFDEIndex()
[all …]
H A DFuncUnwinders.cpp132 DWARFCallFrameInfo *eh_frame = m_unwind_table.GetEHFrameInfo(); in GetEHFrameUnwindPlan()
150 DWARFCallFrameInfo *debug_frame = m_unwind_table.GetDebugFrameInfo(); in GetDebugFrameUnwindPlan()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h310 lldb_private::DWARFCallFrameInfo *eh_frame);
H A DObjectFileELF.cpp2965 if (DWARFCallFrameInfo *eh_frame = in ParseSymtab()
3063 DWARFCallFrameInfo *eh_frame) { in ParseUnwindSymbols()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h63 class DWARFCallFrameInfo; variable
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp877 DWARFCallFrameInfo *eh_frame = in GetFullUnwindPlanForFrame()
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile587 SRCS+= Symbol/DWARFCallFrameInfo.cpp