llvm::object::ObjectFile::getSectionAlignment

Alignment of section Sec in bytes.

Synopsis

Declared in <llvm/Object/ObjectFile.h>

virtual
uint64_t
getSectionAlignment(DataRefImpl Sec) const = 0;

Return Value

The section alignment in bytes.

Parameters

NameDescription
SecOpaque section handle.