Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp2197 uint32_t pointerCount = oldPointersSize / target->wordSize; in computeRelativeMethodListSize() local
2198 assert(((pointerCount % pointersPerStruct) == 0) && in computeRelativeMethodListSize()
2201 uint32_t newPointersSize = pointerCount * relativeOffsetSize; in computeRelativeMethodListSize()