Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h998 iterator_range<FilteredSectionIterator> textSections() { in textSections() function
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp3559 for (BinarySection &Section : BC->textSections()) in getCodeSections()