Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCSymbol.h119 unsigned CommonAlignLog2 : NumCommonAlignmentBits; variable
157 CommonAlignLog2(0), Flags(0) { in MCSymbol()
355 CommonAlignLog2 = Log2Align; in setCommon()
361 return CommonAlignLog2 ? (1U << (CommonAlignLog2 - 1)) : 0; in getCommonAlignment()