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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompactUnwindInfo.h1 //===-- CompactUnwindInfo.h -------------------------------------*- C++ -*-===//
36 class CompactUnwindInfo { class in namespace:lldb_private
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 {
H A DUnwindTable.h35 lldb_private::CompactUnwindInfo *GetCompactUnwindInfo();
79 std::unique_ptr<CompactUnwindInfo> m_compact_unwind_up;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp17 #include "lldb/Symbol/CompactUnwindInfo.h"
72 m_compact_unwind_up.reset(new CompactUnwindInfo(*object_file, sect));
189 CompactUnwindInfo *UnwindTable::GetCompactUnwindInfo() {
H A DCompactUnwindInfo.cpp1 //===-- CompactUnwindInfo.cpp -----------------------------------*- C++ -*-===//
9 #include "lldb/Symbol/CompactUnwindInfo.h"
162 CompactUnwindInfo::CompactUnwindInfo(ObjectFile &objfile, SectionSP &section_sp) function in class:CompactUnwindInfo
170 CompactUnwindInfo::~CompactUnwindInfo() {}
172 bool CompactUnwindInfo::GetUnwindPlan(Target &target, Address addr,
232 bool CompactUnwindInfo::IsValid(const ProcessSP &process_sp) {
244 void CompactUnwindInfo::ScanIndex(const ProcessSP &process_sp) {
382 uint32_t CompactUnwindInfo
[all...]
H A DFuncUnwinders.cpp14 #include "lldb/Symbol/CompactUnwindInfo.h"
91 CompactUnwindInfo *compact_unwind = m_unwind_table.GetCompactUnwindInfo();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h63 class CompactUnwindInfo;
/freebsd-11-stable/lib/clang/liblldb/
H A DMakefile513 SRCS+= Symbol/CompactUnwindInfo.cpp

Completed in 89 milliseconds