Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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;
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp361 UnwindIndex this_index; in ScanIndex()
514 UnwindIndex key; in GetCompactUnwindInfoForFunction()
517 std::vector<UnwindIndex>::const_iterator it; in GetCompactUnwindInfoForFunction()