Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h160 using SectionSetType = std::set<BinarySection *, CompareSections>; variable
161 SectionSetType Sections;
163 using SectionIterator = pointee_iterator<SectionSetType::iterator>;
164 using SectionConstIterator = pointee_iterator<SectionSetType::const_iterator>;