Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DUnwindInfoSection.cpp187 DenseMap<size_t, uint32_t> lsdaIndex; member in UnwindInfoSectionImpl
602 lsdaIndex[idx] = entriesWithLsda.size(); in finalize()
658 lsdaOffset + lsdaIndex.lookup(idx) * in writeTo()
/llvm-project-15.0.7/libunwind/src/
H A DUnwindCursor.hpp1866 UnwindSectionLsdaArray<A> lsdaIndex(_addressSpace, lsdaArrayStartAddr); in getInfoFromCompactEncodingSection() local
1878 if (lsdaIndex.functionOffset(mid) == funcStartOffset) { in getInfoFromCompactEncodingSection()
1879 lsda = lsdaIndex.lsdaOffset(mid) + sects.dso_base; in getInfoFromCompactEncodingSection()
1881 } else if (lsdaIndex.functionOffset(mid) < funcStartOffset) { in getInfoFromCompactEncodingSection()