Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DObjC.cpp763 uint32_t thisStructSize = *reinterpret_cast<const uint32_t *>( in parsePointerListInfo() local
767 assert(thisStructSize == ptrList.pointersPerStruct * target->wordSize); in parsePointerListInfo()
769 assert(!ptrList.structSize || (thisStructSize == ptrList.structSize)); in parsePointerListInfo()
772 ptrList.structSize = thisStructSize; in parsePointerListInfo()
775 listHeaderLayout.totalSize + (thisStructSize * thisStructCount); in parsePointerListInfo()