Searched refs:SectionSizes (Results 1 – 2 of 2) sorted by relevance
342 computeAllocationSizeForSections(std::vector<uint64_t> &SectionSizes, in computeAllocationSizeForSections() argument345 for (size_t Idx = 0, Cnt = SectionSizes.size(); Idx < Cnt; Idx++) { in computeAllocationSizeForSections()347 (SectionSizes[Idx] + Alignment - 1) / Alignment * Alignment; in computeAllocationSizeForSections()
393 computeAllocationSizeForSections(std::vector<uint64_t> &SectionSizes, in computeAllocationSizeForSections() argument396 for (size_t Idx = 0, Cnt = SectionSizes.size(); Idx < Cnt; Idx++) { in computeAllocationSizeForSections()398 (SectionSizes[Idx] + Alignment - 1) / Alignment * Alignment; in computeAllocationSizeForSections()