Lines Matching refs:Alignment
33 allocateCodeSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateCodeSection() argument
41 AllocatedSections.push_back( Allocation(Block, Alignment, true) ); in allocateCodeSection()
43 UnmappedSections.push_back( Allocation(Block, Alignment, true) ); in allocateCodeSection()
48 allocateDataSection(uintptr_t Size, unsigned Alignment, in allocateDataSection() argument
57 AllocatedSections.push_back( Allocation(Block, Alignment, false) ); in allocateDataSection()
59 UnmappedSections.push_back( Allocation(Block, Alignment, false) ); in allocateDataSection()
102 unsigned Align = Section.Alignment; in notifyObjectLoaded()
119 unsigned Align = Section.Alignment; in notifyObjectLoaded()
189 unsigned Alignment) { in allocateStub() argument
197 uint8_t *RemoteMemoryManager::allocateSpace(intptr_t Size, unsigned Alignment) { in allocateSpace() argument
201 uint8_t *RemoteMemoryManager::allocateGlobal(uintptr_t Size, unsigned Alignment) { in allocateGlobal() argument