Lines Matching refs:UnwindTable
32 UnwindTable::UnwindTable(Module &module) in UnwindTable() function in UnwindTable
40 void UnwindTable::Initialize() { in Initialize()
87 void UnwindTable::Update() { in Update()
132 UnwindTable::~UnwindTable() = default;
135 UnwindTable::GetAddressRange(const Address &addr, const SymbolContext &sc) { in GetAddressRange()
161 UnwindTable::GetFuncUnwindersContainingAddress(const Address &addr, in GetFuncUnwindersContainingAddress()
198 FuncUnwindersSP UnwindTable::GetUncachedFuncUnwindersContainingAddress( in GetUncachedFuncUnwindersContainingAddress()
209 void UnwindTable::Dump(Stream &s) { in Dump()
221 lldb_private::CallFrameInfo *UnwindTable::GetObjectFileUnwindInfo() { in GetObjectFileUnwindInfo()
226 DWARFCallFrameInfo *UnwindTable::GetEHFrameInfo() { in GetEHFrameInfo()
231 DWARFCallFrameInfo *UnwindTable::GetDebugFrameInfo() { in GetDebugFrameInfo()
236 CompactUnwindInfo *UnwindTable::GetCompactUnwindInfo() { in GetCompactUnwindInfo()
241 ArmUnwindInfo *UnwindTable::GetArmUnwindInfo() { in GetArmUnwindInfo()
246 SymbolFile *UnwindTable::GetSymbolFile() { return m_module.GetSymbolFile(); } in GetSymbolFile()
248 ArchSpec UnwindTable::GetArchitecture() { return m_module.GetArchitecture(); } in GetArchitecture()
250 bool UnwindTable::GetAllowAssemblyEmulationUnwindPlans() { in GetAllowAssemblyEmulationUnwindPlans()