Searched refs:DWARFCallFrameInfo (Results 1 – 9 of 9) sorted by relevance
31 DWARFCallFrameInfo::DWARFCallFrameInfo(ObjectFile& objfile, SectionSP& section_sp, lldb::RegisterKi… in DWARFCallFrameInfo() function in DWARFCallFrameInfo45 DWARFCallFrameInfo::~DWARFCallFrameInfo() in ~DWARFCallFrameInfo()51 DWARFCallFrameInfo::GetUnwindPlan (Address addr, UnwindPlan& unwind_plan) in GetUnwindPlan()67 DWARFCallFrameInfo::GetAddressRange (Address addr, AddressRange &range) in GetAddressRange()88 DWARFCallFrameInfo::GetFDEEntryByFileAddress (addr_t file_addr, FDEEntryMap::Entry &fde_entry) in GetFDEEntryByFileAddress()108 DWARFCallFrameInfo::GetFunctionAddressAndSizeVector (FunctionAddressAndSizeVector &function_info) in GetFunctionAddressAndSizeVector()126 const DWARFCallFrameInfo::CIE*127 DWARFCallFrameInfo::GetCIE(dw_offset_t cie_offset) in GetCIE()142 DWARFCallFrameInfo::CIESP143 DWARFCallFrameInfo::ParseCIE (const dw_offset_t cie_offset) in ParseCIE()[all …]
59 m_eh_frame = new DWARFCallFrameInfo(m_object_file, sect, eRegisterKindGCC, true); in Initialize()157 DWARFCallFrameInfo *
118 DWARFCallFrameInfo *eh_frame = m_unwind_table.GetEHFrameInfo(); in GetEHFrameUnwindPlan()
35 class DWARFCallFrameInfo39 DWARFCallFrameInfo (ObjectFile& objfile, 44 ~DWARFCallFrameInfo();
31 lldb_private::DWARFCallFrameInfo *68 DWARFCallFrameInfo* m_eh_frame;
18 DWARFCallFrameInfo.cpp \
77 class DWARFCallFrameInfo; variable
800 DWARFCallFrameInfo *eh_frame = pc_module_sp && pc_module_sp->GetObjectFile() ? in GetFullUnwindPlanForFrame()
2644 if (DWARFCallFrameInfo *eh_frame = GetUnwindTable().GetEHFrameInfo()) in ResolveSymbolForAddress()