Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h726 static constexpr uint32_t structSizeMask = 0x0000FFFF; variable
H A DSyntheticSections.cpp2028 uint32_t originalStructSize = structSizeAndFlags & structSizeMask; in setUp()
2177 (relativeOffsetSize * pointersPerStruct) & structSizeMask; in writeRelativeMethodList()