Home
last modified time | relevance | path

Searched defs:SectionSizesAccumulator (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.h413 std::array<uint64_t, SectionKindsNum> &SectionSizesAccumulator) { in assignSectionsOffsetAndAccumulateSize()
H A DDWARFLinkerImpl.cpp990 std::array<uint64_t, SectionKindsNum> SectionSizesAccumulator = {0}; in assignOffsetsToSections() local