Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DUnwindInfoSection.cpp136 UnwindInfoSectionImpl() : cuLayout(target->wordSize) {} in UnwindInfoSectionImpl()
150 CompactUnwindLayout cuLayout; member in UnwindInfoSectionImpl
249 if (r.offset != cuLayout.personalityOffset) in prepareRelocations()
389 support::endian::read32le(buf + cuLayout.functionLengthOffset); in relocateCompactUnwind()
390 cu.encoding = support::endian::read32le(buf + cuLayout.encodingOffset); in relocateCompactUnwind()
392 if (r.offset == cuLayout.personalityOffset) in relocateCompactUnwind()
394 else if (r.offset == cuLayout.lsdaOffset) in relocateCompactUnwind()