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
610 lsdaIndex[idx] = entriesWithLsda.size(); in finalize()
669 lsdaOffset + lsdaIndex.lookup(idx) * in writeTo()
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp1899 UnwindSectionLsdaArray<A> lsdaIndex(_addressSpace, lsdaArrayStartAddr); in getInfoFromCompactEncodingSection() local
1911 if (lsdaIndex.functionOffset(mid) == funcStartOffset) { in getInfoFromCompactEncodingSection()
1912 lsda = lsdaIndex.lsdaOffset(mid) + sects.dso_base; in getInfoFromCompactEncodingSection()
1914 } else if (lsdaIndex.functionOffset(mid) < funcStartOffset) { in getInfoFromCompactEncodingSection()