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