Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCSymbol.h118 enum : unsigned { NumCommonAlignmentBits = 5 }; enumerator
119 unsigned CommonAlignLog2 : NumCommonAlignmentBits;
353 assert(Log2Align < (1U << NumCommonAlignmentBits) && in setCommon()