Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h130 unsigned CommonAlignLog2 : NumCommonAlignmentBits; variable
168 SymbolContents(SymContentsUnset), CommonAlignLog2(0), Flags(0) { in MCSymbol()
360 CommonAlignLog2 = Log2Align;
366 return decodeMaybeAlign(CommonAlignLog2); in getCommonAlignment()