Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DUnwindInfoSection.cpp164 DenseMap<size_t, uint32_t> lsdaIndex; member in UnwindInfoSectionImpl
608 lsdaIndex[idx] = entriesWithLsda.size(); in finalize()
667 lsdaOffset + lsdaIndex.lookup(idx) * in writeTo()
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp1931 UnwindSectionLsdaArray<A> lsdaIndex(_addressSpace, lsdaArrayStartAddr); in getInfoFromCompactEncodingSection() local
1943 if (lsdaIndex.functionOffset(mid) == funcStartOffset) { in getInfoFromCompactEncodingSection()
1944 lsda = lsdaIndex.lsdaOffset(mid) + sects.dso_base; in getInfoFromCompactEncodingSection()
1946 } else if (lsdaIndex.functionOffset(mid) < funcStartOffset) { in getInfoFromCompactEncodingSection()