Lines Matching refs:Alignment
33 allocateCodeSection(uintptr_t Size, unsigned Alignment, unsigned SectionID,
36 // The alignment requirement is just stored here for later use. Regular
41 AllocatedSections.push_back( Allocation(Block, Alignment, true) );
43 UnmappedSections.push_back( Allocation(Block, Alignment, true) );
48 allocateDataSection(uintptr_t Size, unsigned Alignment,
52 // The alignment requirement is just stored here for later use. Regular
57 AllocatedSections.push_back( Allocation(Block, Alignment, false) );
59 UnmappedSections.push_back( Allocation(Block, Alignment, false) );
102 unsigned Align = Section.Alignment;
104 << ", alignment " << Align << "\n");
119 unsigned Align = Section.Alignment;
121 << ", alignment " << Align << "\n");