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.cpp370 pointersPerStruct(_pointersPerStruct) {} in PointerListInfo()
373 return pointersPerStruct == cmp.pointersPerStruct && in operator ==()
380 uint32_t pointersPerStruct = 0; member
737 assert(ptrList.pointersPerStruct == 2 || ptrList.pointersPerStruct == 3); in parsePointerListInfo()
754 assert(thisStructSize == ptrList.pointersPerStruct * target->wordSize); in parsePointerListInfo()
H A DSyntheticSections.h722 static constexpr uint32_t pointersPerStruct = 3; variable
H A DSyntheticSections.cpp2177 (relativeOffsetSize * pointersPerStruct) & structSizeMask; in writeRelativeMethodList()
2186 (structCount * pointersPerStruct * target->wordSize) == in writeRelativeMethodList()
2222 assert(((pointerCount % pointersPerStruct) == 0) && in computeRelativeMethodListSize()