Searched refs:getPrefELFAlignment (Results 1 – 2 of 2) sorted by relevance
83 unsigned getPrefELFAlignment() const { return is64Bit ? 8 : 4; } in getPrefELFAlignment() function
264 return getSection(SectionName, SectionType, 0, TEW->getPrefELFAlignment()); in getRelocSection()966 SymTab.Align = TEW->getPrefELFAlignment(); in EmitSymbolTable()1058 unsigned TableAlign = TEW->getPrefELFAlignment(); in OutputSectionsAndSectionTable()