Searched refs:SectionIterator (Results 1 – 1 of 1) sorted by relevance
163 using SectionIterator = pointee_iterator<SectionSetType::iterator>; variable166 using FilteredSectionIterator = FilterIterator<SectionIterator>;975 auto notNull = [](const SectionIterator &Itr) { return (bool)*Itr; }; in sections()988 auto isAllocatable = [](const SectionIterator &Itr) { in allocatableSections()999 auto isText = [](const SectionIterator &Itr) { in textSections()1014 auto notAllocated = [](const SectionIterator &Itr) { in nonAllocatableSections()1029 auto isAllocatableRela = [](const SectionIterator &Itr) { in allocatableRelaSections()