Searched refs:CompactUnwindInfo (Results 1 – 7 of 7) sorted by relevance
36 class CompactUnwindInfo {38 CompactUnwindInfo(ObjectFile &objfile, lldb::SectionSP §ion);40 ~CompactUnwindInfo();68 bool operator<(const CompactUnwindInfo::UnwindIndex &rhs) const {72 bool operator==(const CompactUnwindInfo::UnwindIndex &rhs) const {
36 lldb_private::CompactUnwindInfo *GetCompactUnwindInfo();80 std::unique_ptr<CompactUnwindInfo> m_compact_unwind_up;
163 CompactUnwindInfo::CompactUnwindInfo(ObjectFile &objfile, SectionSP §ion_sp) in CompactUnwindInfo() function in CompactUnwindInfo171 CompactUnwindInfo::~CompactUnwindInfo() = default;233 bool CompactUnwindInfo::IsValid(const ProcessSP &process_sp) { in IsValid()245 void CompactUnwindInfo::ScanIndex(const ProcessSP &process_sp) { in ScanIndex()411 lldb::offset_t CompactUnwindInfo::BinarySearchRegularSecondPage( in BinarySearchRegularSecondPage()451 uint32_t CompactUnwindInfo::BinarySearchCompressedSecondPage( in BinarySearchCompressedSecondPage()491 bool CompactUnwindInfo::GetCompactUnwindInfoForFunction( in GetCompactUnwindInfoForFunction()734 bool CompactUnwindInfo::CreateUnwindPlan_x86_64(Target &target, in CreateUnwindPlan_x86_64()1006 bool CompactUnwindInfo::CreateUnwindPlan_i386(Target &target, in CreateUnwindPlan_i386()1303 bool CompactUnwindInfo::CreateUnwindPlan_arm64(Target &target, in CreateUnwindPlan_arm64()[all …]
74 std::make_unique<CompactUnwindInfo>(*object_file, sect); in Initialize()191 CompactUnwindInfo *UnwindTable::GetCompactUnwindInfo() { in GetCompactUnwindInfo()
91 CompactUnwindInfo *compact_unwind = m_unwind_table.GetCompactUnwindInfo(); in GetCompactUnwindUnwindPlan()
54 class CompactUnwindInfo; variable
582 SRCS+= Symbol/CompactUnwindInfo.cpp