Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DObjC.cpp689 [[maybe_unused]] uint32_t expectedListSize = in parseProtocolListInfo() local
696 expectedListSize - target->wordSize; in parseProtocolListInfo()
698 assert(((expectedListSize == ptrListSym->isec()->data.size() && in parseProtocolListInfo()
717 assert(off + /*extra null value*/ target->wordSize == expectedListSize && in parseProtocolListInfo()
761 uint32_t expectedListSize = in parsePointerListInfo() local
763 assert(expectedListSize == ptrListSym->isec()->data.size() && in parsePointerListInfo()
766 for (uint32_t off = listHeaderLayout.totalSize; off < expectedListSize; in parsePointerListInfo()