Lines Matching refs:Size
33 allocateCodeSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateCodeSection() argument
39 sys::MemoryBlock Block = allocateSection(Size); in allocateCodeSection()
48 allocateDataSection(uintptr_t Size, unsigned Alignment, in allocateDataSection() argument
55 sys::MemoryBlock Block = allocateSection(Size); in allocateDataSection()
63 sys::MemoryBlock RemoteMemoryManager::allocateSection(uintptr_t Size) { in allocateSection() argument
65 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(Size, in allocateSection()
101 unsigned Size = Section.MB.size(); in notifyObjectLoaded() local
103 DEBUG(dbgs() << "code region: size " << Size in notifyObjectLoaded()
110 CurOffset += Size; in notifyObjectLoaded()
118 unsigned Size = Section.MB.size(); in notifyObjectLoaded() local
120 DEBUG(dbgs() << "data region: size " << Size in notifyObjectLoaded()
127 CurOffset += Size; in notifyObjectLoaded()