llvm::object::ObjectFile::getSymbolAlignment

Alignment of symbol Symb as the actual value (not log 2).

Synopsis

Declared in <llvm/Object/ObjectFile.h>

virtual
uint32_t
getSymbolAlignment(DataRefImpl Symb) const;

Return Value

The symbol alignment as the actual value (not log 2).

Parameters

NameDescription
SymbOpaque symbol handle.