Searched refs:CodeAllocs (Results 1 – 1 of 1) sorted by relevance
85 Unmapped.back().CodeAllocs.emplace_back(Size, Alignment); in allocateCodeSection()87 Unmapped.back().CodeAllocs.back().getLocalAddress()); in allocateCodeSection()189 for (auto &Alloc : ObjAllocs.CodeAllocs) { in notifyObjectLoaded()235 for (auto &Alloc : ObjAllocs.CodeAllocs) {412 CodeAllocs(std::move(Other.CodeAllocs)), in ObjectAllocs()420 CodeAllocs = std::move(Other.CodeAllocs);429 std::vector<Alloc> CodeAllocs, RODataAllocs, RWDataAllocs; member