Searched refs:computeAllocationSizeForSections (Results 1 – 1 of 1) sorted by relevance
269 computeAllocationSizeForSections(std::vector<uint64_t> &SectionSizes, in computeAllocationSizeForSections() function413 CodeSize = computeAllocationSizeForSections(CodeSectionSizes, MaxAlignment); in computeTotalAllocSize()414 DataSizeRO = computeAllocationSizeForSections(ROSectionSizes, MaxAlignment); in computeTotalAllocSize()415 DataSizeRW = computeAllocationSizeForSections(RWSectionSizes, MaxAlignment); in computeTotalAllocSize()