Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompactUnwindInfo.h36 class CompactUnwindInfo {
38 CompactUnwindInfo(ObjectFile &objfile, lldb::SectionSP &section);
40 ~CompactUnwindInfo();
68 bool operator<(const CompactUnwindInfo::UnwindIndex &rhs) const {
72 bool operator==(const CompactUnwindInfo::UnwindIndex &rhs) const {
H A DUnwindTable.h35 lldb_private::CompactUnwindInfo *GetCompactUnwindInfo();
79 std::unique_ptr<CompactUnwindInfo> m_compact_unwind_up;
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp164 CompactUnwindInfo::CompactUnwindInfo(ObjectFile &objfile, SectionSP &section_sp) in CompactUnwindInfo() function in CompactUnwindInfo
172 CompactUnwindInfo::~CompactUnwindInfo() = default;
234 bool CompactUnwindInfo::IsValid(const ProcessSP &process_sp) { in IsValid()
246 void CompactUnwindInfo::ScanIndex(const ProcessSP &process_sp) { in ScanIndex()
412 lldb::offset_t CompactUnwindInfo::BinarySearchRegularSecondPage( in BinarySearchRegularSecondPage()
452 uint32_t CompactUnwindInfo::BinarySearchCompressedSecondPage( in BinarySearchCompressedSecondPage()
492 bool CompactUnwindInfo::GetCompactUnwindInfoForFunction( in GetCompactUnwindInfoForFunction()
735 bool CompactUnwindInfo::CreateUnwindPlan_x86_64(Target &target, in CreateUnwindPlan_x86_64()
1007 bool CompactUnwindInfo::CreateUnwindPlan_i386(Target &target, in CreateUnwindPlan_i386()
1304 bool CompactUnwindInfo::CreateUnwindPlan_arm64(Target &target, in CreateUnwindPlan_arm64()
[all …]
H A DUnwindTable.cpp73 std::make_unique<CompactUnwindInfo>(*object_file, sect); in Initialize()
191 CompactUnwindInfo *UnwindTable::GetCompactUnwindInfo() { in GetCompactUnwindInfo()
H A DCMakeLists.txt12 CompactUnwindInfo.cpp
H A DFuncUnwinders.cpp91 CompactUnwindInfo *compact_unwind = m_unwind_table.GetCompactUnwindInfo(); in GetCompactUnwindUnwindPlan()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Symbol/
H A DBUILD.gn17 "CompactUnwindInfo.cpp",
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h57 class CompactUnwindInfo; variable