Searched refs:CompactUnwindInfo (Results 1 – 7 of 7) sorted by relevance
36 class CompactUnwindInfo {38 CompactUnwindInfo(ObjectFile &objfile, lldb::SectionSP §ion);40 ~CompactUnwindInfo();69 bool operator<(const CompactUnwindInfo::UnwindIndex &rhs) const {73 bool operator==(const CompactUnwindInfo::UnwindIndex &rhs) const {
35 lldb_private::CompactUnwindInfo *GetCompactUnwindInfo();79 std::unique_ptr<CompactUnwindInfo> m_compact_unwind_up;
162 CompactUnwindInfo::CompactUnwindInfo(ObjectFile &objfile, SectionSP §ion_sp) in CompactUnwindInfo() function in CompactUnwindInfo170 CompactUnwindInfo::~CompactUnwindInfo() {} in ~CompactUnwindInfo()172 bool CompactUnwindInfo::GetUnwindPlan(Target &target, Address addr, in GetUnwindPlan()232 bool CompactUnwindInfo::IsValid(const ProcessSP &process_sp) { in IsValid()244 void CompactUnwindInfo::ScanIndex(const ProcessSP &process_sp) { in ScanIndex()382 uint32_t CompactUnwindInfo::GetLSDAForFunctionOffset(uint32_t lsda_offset, in GetLSDAForFunctionOffset()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()[all …]
73 std::make_unique<CompactUnwindInfo>(*object_file, sect); in Initialize()191 CompactUnwindInfo *UnwindTable::GetCompactUnwindInfo() { in GetCompactUnwindInfo()
10 CompactUnwindInfo.cpp
91 CompactUnwindInfo *compact_unwind = m_unwind_table.GetCompactUnwindInfo(); in GetCompactUnwindUnwindPlan()
56 class CompactUnwindInfo; variable