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.h724 static constexpr uint32_t structSizeMask = 0x0000FFFF; variable
H A DSyntheticSections.cpp2005 uint32_t originalStructSize = structSizeAndFlags & structSizeMask; in setUp()
2153 (relativeOffsetSize * pointersPerStruct) & structSizeMask; in writeRelativeMethodList()