Searched refs:SectionSizes (Results 1 – 1 of 1) sorted by relevance
219 computeAllocationSizeForSections(std::vector<uint64_t> &SectionSizes, in computeAllocationSizeForSections() argument222 for (size_t Idx = 0, Cnt = SectionSizes.size(); Idx < Cnt; Idx++) { in computeAllocationSizeForSections()224 (SectionSizes[Idx] + Alignment - 1) / Alignment * Alignment; in computeAllocationSizeForSections()