Home
last modified time | relevance | path

Searched refs:SectionKindsNum (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerBase.h53 static constexpr size_t SectionKindsNum = variable
56 static constexpr StringLiteral SectionNames[SectionKindsNum] = {
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.h413 std::array<uint64_t, SectionKindsNum> &SectionSizesAccumulator) { in assignSectionsOffsetAndAccumulateSize()
H A DDWARFLinkerImpl.cpp992 std::array<uint64_t, SectionKindsNum> SectionSizesAccumulator = {0}; in assignOffsetsToSections()