Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/MachO/
H A DObjC.cpp703 [[maybe_unused]] uint32_t expectedListSize = in parseProtocolListInfo() local
710 expectedListSize - target->wordSize; in parseProtocolListInfo()
712 assert(((expectedListSize == ptrListSym->isec()->data.size() && in parseProtocolListInfo()
731 assert(off + /*extra null value*/ target->wordSize == expectedListSize && in parseProtocolListInfo()
774 uint32_t expectedListSize = in parsePointerListInfo() local
776 assert(expectedListSize == ptrListSym->isec()->data.size() && in parsePointerListInfo()
779 for (uint32_t off = listHeaderLayout.totalSize; off < expectedListSize; in parsePointerListInfo()