Lines Matching refs:UnwindTable
32 UnwindTable::UnwindTable(Module &module) in UnwindTable() function in UnwindTable
40 void UnwindTable::Initialize() { in Initialize()
87 UnwindTable::~UnwindTable() = default;
90 UnwindTable::GetAddressRange(const Address &addr, const SymbolContext &sc) { in GetAddressRange()
116 UnwindTable::GetFuncUnwindersContainingAddress(const Address &addr, in GetFuncUnwindersContainingAddress()
153 FuncUnwindersSP UnwindTable::GetUncachedFuncUnwindersContainingAddress( in GetUncachedFuncUnwindersContainingAddress()
164 void UnwindTable::Dump(Stream &s) { in Dump()
176 lldb_private::CallFrameInfo *UnwindTable::GetObjectFileUnwindInfo() { in GetObjectFileUnwindInfo()
181 DWARFCallFrameInfo *UnwindTable::GetEHFrameInfo() { in GetEHFrameInfo()
186 DWARFCallFrameInfo *UnwindTable::GetDebugFrameInfo() { in GetDebugFrameInfo()
191 CompactUnwindInfo *UnwindTable::GetCompactUnwindInfo() { in GetCompactUnwindInfo()
196 ArmUnwindInfo *UnwindTable::GetArmUnwindInfo() { in GetArmUnwindInfo()
201 SymbolFile *UnwindTable::GetSymbolFile() { return m_module.GetSymbolFile(); } in GetSymbolFile()
203 ArchSpec UnwindTable::GetArchitecture() { return m_module.GetArchitecture(); } in GetArchitecture()
205 bool UnwindTable::GetAllowAssemblyEmulationUnwindPlans() { in GetAllowAssemblyEmulationUnwindPlans()