Searched refs:RWDataAllocs (Results 1 – 1 of 1) sorted by relevance
107 Unmapped.back().RWDataAllocs.emplace_back(Size, Alignment); in allocateDataSection()109 Unmapped.back().RWDataAllocs.back().getLocalAddress()); in allocateDataSection()214 for (auto &Alloc : ObjAllocs.RWDataAllocs) { in notifyObjectLoaded()307 for (auto &Alloc : ObjAllocs.RWDataAllocs) {414 RWDataAllocs(std::move(Other.RWDataAllocs)) {} in ObjectAllocs()422 RWDataAllocs = std::move(Other.RWDataAllocs);429 std::vector<Alloc> CodeAllocs, RODataAllocs, RWDataAllocs; member