reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/MC/MCWinCOFFStreamer.cpp
  271     if (ByteAlignment > 32)
  275     Size = std::max(Size, static_cast<uint64_t>(ByteAlignment));
  280   Symbol->setCommon(Size, ByteAlignment);
  282   if (!T.isWindowsMSVCEnvironment() && ByteAlignment > 1) {
  288        << Log2_32_Ceil(ByteAlignment);