Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSymbol.h126 enum : unsigned { NumCommonAlignmentBits = 5 }; enumerator
127 unsigned CommonAlignLog2 : NumCommonAlignmentBits;
356 assert(Log2Align < (1U << NumCommonAlignmentBits) &&