Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h36 lldb_private::CompactUnwindInfo *GetCompactUnwindInfo();
80 std::unique_ptr<CompactUnwindInfo> m_compact_unwind_up;
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp163 CompactUnwindInfo::CompactUnwindInfo(ObjectFile &objfile, SectionSP &section_sp) in CompactUnwindInfo() function in CompactUnwindInfo
171 CompactUnwindInfo::~CompactUnwindInfo() = default;
173 bool CompactUnwindInfo::GetUnwindPlan(Target &target, Address addr, in GetUnwindPlan()
233 bool CompactUnwindInfo::IsValid(const ProcessSP &process_sp) { in IsValid()
245 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 …]
H A DUnwindTable.cpp74 std::make_unique<CompactUnwindInfo>(*object_file, sect); in Initialize()
192 CompactUnwindInfo *UnwindTable::GetCompactUnwindInfo() { in GetCompactUnwindInfo()
H A DCMakeLists.txt12 CompactUnwindInfo.cpp
H A DFuncUnwinders.cpp91 CompactUnwindInfo *compact_unwind = m_unwind_table.GetCompactUnwindInfo(); in GetCompactUnwindUnwindPlan()
/openbsd-src/gnu/usr.bin/clang/liblldbSymbol/
H A DMakefile11 CompactUnwindInfo.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Symbol/
H A DBUILD.gn17 "CompactUnwindInfo.cpp",
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h57 class CompactUnwindInfo; variable