Lines Matching defs:DWARFCallFrameInfo
1 //===-- DWARFCallFrameInfo.cpp --------------------------------------------===//
9 #include "lldb/Symbol/DWARFCallFrameInfo.h"
150 DWARFCallFrameInfo::DWARFCallFrameInfo(ObjectFile &objfile,
154 bool DWARFCallFrameInfo::GetUnwindPlan(const Address &addr,
159 bool DWARFCallFrameInfo::GetUnwindPlan(const AddressRange &range,
165 // this DWARFCallFrameInfo, we only store File offsets in m_fde_index.
176 bool DWARFCallFrameInfo::GetAddressRange(Address addr, AddressRange &range) {
179 // this DWARFCallFrameInfo, we only store File offsets in m_fde_index.
198 std::optional<DWARFCallFrameInfo::FDEEntryMap::Entry>
199 DWARFCallFrameInfo::GetFirstFDEEntryInRange(const AddressRange &range) {
215 void DWARFCallFrameInfo::GetFunctionAddressAndSizeVector(
233 const DWARFCallFrameInfo::CIE *
234 DWARFCallFrameInfo::GetCIE(dw_offset_t cie_offset) {
247 DWARFCallFrameInfo::CIESP
248 DWARFCallFrameInfo::ParseCIE(const dw_offset_t cie_offset) {
401 void DWARFCallFrameInfo::GetCFIData() {
414 void DWARFCallFrameInfo::GetFDEIndex() {
525 bool DWARFCallFrameInfo::FDEToUnwindPlan(dw_offset_t dwarf_offset,
781 "DWARFCallFrameInfo::{0}(dwarf_offset: "
820 bool DWARFCallFrameInfo::HandleCommonDwarfOpcode(uint8_t primary_opcode,
1018 void DWARFCallFrameInfo::ForEachFDEEntries(