Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h163 using SectionIterator = pointee_iterator<SectionSetType::iterator>; variable
166 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()