Searched defs:SectionSizes (Results 1 – 2 of 2) sorted by relevance
23 struct SectionSizes { struct26 MapVector<std::string, uint64_t, StringMap<uint64_t>> DebugSectionSizes; argument34 void calculateSectionSizes(const object::ObjectFile &Obj, SectionSizes &Sizes, argument
463 computeAllocationSizeForSections(std::vector<uint64_t> &SectionSizes, in computeAllocationSizeForSections()