Storage preceding an MCSymbol for an optional name entry.

Synopsis

Declared in <llvm/MC/MCSymbol.h>

Description

MCSymbol contains a uint64_t so is probably aligned to 8. On a 32‐bit system, the name is a pointer so isn't going to satisfy the 8 byte alignment of uint64_t. Account for that here.

Created with MrDocs