Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDCompactUnwindInfo.h59 struct UnwindIndex struct
69 UnwindIndex() : in UnwindIndex() argument
78 operator< (const CompactUnwindInfo::UnwindIndex& rhs) const
84 operator== (const CompactUnwindInfo::UnwindIndex& rhs) const
141 std::vector<UnwindIndex> m_indexes;
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDCompactUnwindInfo.cpp327 UnwindIndex this_index; in ScanIndex()
506 UnwindIndex key; in GetCompactUnwindInfoForFunction()
509 std::vector<UnwindIndex>::const_iterator it; in GetCompactUnwindInfoForFunction()