Home
last modified time | relevance | path

Searched refs:ArmUnwindInfo (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DArmUnwindInfo.cpp40 ArmUnwindInfo::ArmExidxEntry::ArmExidxEntry(uint32_t f, lldb::addr_t a, in ArmExidxEntry()
44 bool ArmUnwindInfo::ArmExidxEntry::operator<(const ArmExidxEntry &other) const { in operator <()
48 ArmUnwindInfo::ArmUnwindInfo(ObjectFile &objfile, SectionSP &arm_exidx, in ArmUnwindInfo() function in ArmUnwindInfo
71 ArmUnwindInfo::~ArmUnwindInfo() = default;
77 uint8_t ArmUnwindInfo::GetByteAtOffset(const uint32_t *data, in GetByteAtOffset()
85 uint64_t ArmUnwindInfo::GetULEB128(const uint32_t *data, uint16_t &offset, in GetULEB128()
99 bool ArmUnwindInfo::GetUnwindPlan(Target &target, const Address &addr, in GetUnwindPlan()
354 ArmUnwindInfo::GetExceptionHandlingTableEntry(const Address &addr) { in GetExceptionHandlingTableEntry()
H A DUnwindTable.cpp82 std::make_unique<ArmUnwindInfo>(*object_file, sect, sect_extab); in Initialize()
127 std::make_unique<ArmUnwindInfo>(*object_file, sect, sect_extab); in Update()
241 ArmUnwindInfo *UnwindTable::GetArmUnwindInfo() { in GetArmUnwindInfo()
H A DFuncUnwinders.cpp169 ArmUnwindInfo *arm_unwind_info = m_unwind_table.GetArmUnwindInfo(); in GetArmUnwindUnwindPlan()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DArmUnwindInfo.h30 class ArmUnwindInfo {
32 ArmUnwindInfo(ObjectFile &objfile, lldb::SectionSP &arm_exidx,
35 ~ArmUnwindInfo();
H A DUnwindTable.h38 ArmUnwindInfo *GetArmUnwindInfo();
85 std::unique_ptr<ArmUnwindInfo> m_arm_unwind_up;
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h28 class ArmUnwindInfo; variable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp887 ArmUnwindInfo *arm_exidx = in GetFullUnwindPlanForFrame()
/freebsd/lib/clang/liblldb/
H A DMakefile592 SRCS+= Symbol/ArmUnwindInfo.cpp