Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/MC/
HDMCSymbol.h117 enum : unsigned { NumCommonAlignmentBits = 5 }; enumerator
118 unsigned CommonAlignLog2 : NumCommonAlignmentBits;
351 assert(Log2Align < (1U << NumCommonAlignmentBits) && in setCommon()