Home
last modified time | relevance | path

Searched refs:UnwindIndex (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompactUnwindInfo.h52 struct UnwindIndex { struct
66 UnwindIndex() = default; argument
68 bool operator<(const CompactUnwindInfo::UnwindIndex &rhs) const {
72 bool operator==(const CompactUnwindInfo::UnwindIndex &rhs) const {
147 std::vector<UnwindIndex> m_indexes;
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp362 UnwindIndex this_index; in ScanIndex()
515 UnwindIndex key; in GetCompactUnwindInfoForFunction()
518 std::vector<UnwindIndex>::const_iterator it; in GetCompactUnwindInfoForFunction()