Searched refs:CodeSectionSizes (Results 1 – 3 of 3) sorted by relevance
540 std::vector<uint64_t> CodeSectionSizes; in computeTotalAllocSize() local588 CodeSectionSizes.push_back(SectionSize); in computeTotalAllocSize()632 if (!CodeSectionSizes.empty()) { in computeTotalAllocSize()634 CodeSectionSizes.push_back(64); in computeTotalAllocSize()642 CodeSize = computeAllocationSizeForSections(CodeSectionSizes, CodeAlign); in computeTotalAllocSize()
418 std::vector<uint64_t> CodeSectionSizes; in computeTotalAllocSize() local458 CodeSectionSizes.push_back(SectionSize); in computeTotalAllocSize()496 CodeSize = computeAllocationSizeForSections(CodeSectionSizes, CodeAlign); in computeTotalAllocSize()
523 std::vector<uint64_t> CodeSectionSizes; in computeTotalAllocSize() local571 CodeSectionSizes.push_back(SectionSize); in computeTotalAllocSize()617 CodeSize = computeAllocationSizeForSections(CodeSectionSizes, CodeAlign); in computeTotalAllocSize()