Lines Matching refs:CompactUnwindInfo
162 CompactUnwindInfo::CompactUnwindInfo(ObjectFile &objfile, SectionSP §ion_sp) in CompactUnwindInfo() function in CompactUnwindInfo
170 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()
1006 bool CompactUnwindInfo::CreateUnwindPlan_i386(Target &target, in CreateUnwindPlan_i386()
1303 bool CompactUnwindInfo::CreateUnwindPlan_arm64(Target &target, in CreateUnwindPlan_arm64()
1437 bool CompactUnwindInfo::CreateUnwindPlan_armv7(Target &target, in CreateUnwindPlan_armv7()