Home
last modified time | relevance | path

Searched refs:CompactUnwindInfo (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompactUnwindInfo.h38 class CompactUnwindInfo {
40 CompactUnwindInfo(ObjectFile &objfile, lldb::SectionSP &section);
42 ~CompactUnwindInfo();
71 bool operator<(const CompactUnwindInfo::UnwindIndex &rhs) const {
75 bool operator==(const CompactUnwindInfo::UnwindIndex &rhs) const {
H A DUnwindTable.h32 lldb_private::CompactUnwindInfo *GetCompactUnwindInfo();
74 std::unique_ptr<CompactUnwindInfo> m_compact_unwind_up;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp163 CompactUnwindInfo::CompactUnwindInfo(ObjectFile &objfile, SectionSP &section_sp) in CompactUnwindInfo() function in CompactUnwindInfo
173 CompactUnwindInfo::~CompactUnwindInfo() {} in ~CompactUnwindInfo()
234 bool CompactUnwindInfo::IsValid(const ProcessSP &process_sp) { in IsValid()
246 void CompactUnwindInfo::ScanIndex(const ProcessSP &process_sp) { in ScanIndex()
413 lldb::offset_t CompactUnwindInfo::BinarySearchRegularSecondPage( in BinarySearchRegularSecondPage()
453 uint32_t CompactUnwindInfo::BinarySearchCompressedSecondPage( in BinarySearchCompressedSecondPage()
493 bool CompactUnwindInfo::GetCompactUnwindInfoForFunction( in GetCompactUnwindInfoForFunction()
736 bool CompactUnwindInfo::CreateUnwindPlan_x86_64(Target &target, in CreateUnwindPlan_x86_64()
1007 bool CompactUnwindInfo::CreateUnwindPlan_i386(Target &target, in CreateUnwindPlan_i386()
1303 bool CompactUnwindInfo::CreateUnwindPlan_arm64(Target &target, in CreateUnwindPlan_arm64()
[all …]
H A DUnwindTable.cpp65 m_compact_unwind_up.reset(new CompactUnwindInfo(m_object_file, sect)); in Initialize()
173 CompactUnwindInfo *UnwindTable::GetCompactUnwindInfo() { in GetCompactUnwindInfo()
H A DFuncUnwinders.cpp87 CompactUnwindInfo *compact_unwind = m_unwind_table.GetCompactUnwindInfo(); in GetCompactUnwindUnwindPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h67 class CompactUnwindInfo; variable
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile492 SRCS+= Symbol/CompactUnwindInfo.cpp