Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h166 using FilteredSectionIterator = FilterIterator<SectionIterator>; variable
974 iterator_range<FilteredSectionIterator> sections() { in sections()
978 FilteredSectionIterator(notNull, Sections.end(), Sections.end())); in sections()
987 iterator_range<FilteredSectionIterator> allocatableSections() { in allocatableSections()
992 FilteredSectionIterator(isAllocatable, Sections.begin(), in allocatableSections()
998 iterator_range<FilteredSectionIterator> textSections() { in textSections()
1003 FilteredSectionIterator(isText, Sections.begin(), Sections.end()), in textSections()
1004 FilteredSectionIterator(isText, Sections.end(), Sections.end())); in textSections()
1013 iterator_range<FilteredSectionIterator> nonAllocatableSections() { in nonAllocatableSections()
1028 iterator_range<FilteredSectionIterator> allocatableRelaSections() { in allocatableRelaSections()
[all …]