Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
DCompactUnwindInfo.h36 class CompactUnwindInfo {
38 CompactUnwindInfo(ObjectFile &objfile, lldb::SectionSP &section);
40 ~CompactUnwindInfo();
69 bool operator<(const CompactUnwindInfo::UnwindIndex &rhs) const {
73 bool operator==(const CompactUnwindInfo::UnwindIndex &rhs) const {
DUnwindTable.h35 lldb_private::CompactUnwindInfo *GetCompactUnwindInfo();
79 std::unique_ptr<CompactUnwindInfo> m_compact_unwind_up;
/external/llvm-project/lldb/source/Symbol/
DCompactUnwindInfo.cpp162 CompactUnwindInfo::CompactUnwindInfo(ObjectFile &objfile, SectionSP &section_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()
[all …]
DUnwindTable.cpp73 std::make_unique<CompactUnwindInfo>(*object_file, sect); in Initialize()
191 CompactUnwindInfo *UnwindTable::GetCompactUnwindInfo() { in GetCompactUnwindInfo()
DCMakeLists.txt10 CompactUnwindInfo.cpp
DFuncUnwinders.cpp91 CompactUnwindInfo *compact_unwind = m_unwind_table.GetCompactUnwindInfo(); in GetCompactUnwindUnwindPlan()
/external/llvm-project/lldb/include/lldb/
Dlldb-forward.h56 class CompactUnwindInfo; variable