Lines Matching refs:UnwindTable
30 UnwindTable::UnwindTable(ObjectFile &objfile) in UnwindTable() function in UnwindTable
37 void UnwindTable::Initialize() { in Initialize()
77 UnwindTable::~UnwindTable() {} in ~UnwindTable()
79 llvm::Optional<AddressRange> UnwindTable::GetAddressRange(const Address &addr, in GetAddressRange()
101 UnwindTable::GetFuncUnwindersContainingAddress(const Address &addr, in GetFuncUnwindersContainingAddress()
139 UnwindTable::GetUncachedFuncUnwindersContainingAddress(const Address &addr, in GetUncachedFuncUnwindersContainingAddress()
150 void UnwindTable::Dump(Stream &s) { in Dump()
163 DWARFCallFrameInfo *UnwindTable::GetEHFrameInfo() { in GetEHFrameInfo()
168 DWARFCallFrameInfo *UnwindTable::GetDebugFrameInfo() { in GetDebugFrameInfo()
173 CompactUnwindInfo *UnwindTable::GetCompactUnwindInfo() { in GetCompactUnwindInfo()
178 ArmUnwindInfo *UnwindTable::GetArmUnwindInfo() { in GetArmUnwindInfo()
183 ArchSpec UnwindTable::GetArchitecture() { in GetArchitecture()
187 bool UnwindTable::GetAllowAssemblyEmulationUnwindPlans() { in GetAllowAssemblyEmulationUnwindPlans()