Lines Matching refs:Allocation
26 for (SmallVector<Allocation, 2>::iterator in ~RemoteMemoryManager()
41 AllocatedSections.push_back( Allocation(Block, Alignment, true) ); in allocateCodeSection()
43 UnmappedSections.push_back( Allocation(Block, Alignment, true) ); in allocateCodeSection()
57 AllocatedSections.push_back( Allocation(Block, Alignment, false) ); in allocateDataSection()
59 UnmappedSections.push_back( Allocation(Block, Alignment, false) ); in allocateDataSection()
94 SmallVector<std::pair<Allocation, uint64_t>, 16> Offsets; in notifyObjectLoaded()
99 Allocation &Section = UnmappedSections[i]; in notifyObjectLoaded()
109 Offsets.push_back(std::pair<Allocation,uint64_t>(Section, CurOffset)); in notifyObjectLoaded()
116 Allocation &Section = UnmappedSections[i]; in notifyObjectLoaded()
126 Offsets.push_back(std::pair<Allocation,uint64_t>(Section, CurOffset)); in notifyObjectLoaded()
153 for (DenseMap<uint64_t, Allocation>::iterator in finalizeMemory()
157 const Allocation &Section = I->second; in finalizeMemory()