Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DObjC.cpp393 pointersPerStruct(_pointersPerStruct) {} in PointerListInfo()
396 return pointersPerStruct == cmp.pointersPerStruct && in operator ==()
403 uint32_t pointersPerStruct = 0; member
751 assert(ptrList.pointersPerStruct == 2 || ptrList.pointersPerStruct == 3); in parsePointerListInfo()
767 assert(thisStructSize == ptrList.pointersPerStruct * target->wordSize); in parsePointerListInfo()
H A DSyntheticSections.h720 static constexpr uint32_t pointersPerStruct = 3; variable
H A DSyntheticSections.cpp2153 (relativeOffsetSize * pointersPerStruct) & structSizeMask; in writeRelativeMethodList()
2162 (structCount * pointersPerStruct * target->wordSize) == in writeRelativeMethodList()
2198 assert(((pointerCount % pointersPerStruct) == 0) && in computeRelativeMethodListSize()