Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h987 iterator_range<FilteredSectionIterator> allocatableSections() { in allocatableSections() function
1008 iterator_range<FilteredSectionConstIterator> allocatableSections() const { in allocatableSections() function
1009 return const_cast<BinaryContext *>(this)->allocatableSections(); in allocatableSections()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1407 for (BinarySection &Section : BC->allocatableSections()) { in disassemblePLT()
3846 for (BinarySection &Section : BC->allocatableSections()) { in mapExtraSections()
4240 for (const BinarySection &Section : BC->allocatableSections()) { in getOutputSections()
4936 for (BinarySection &Section : BC->allocatableSections()) { in patchELFAllocatableRelaSections()
5355 for (BinarySection &Section : BC->allocatableSections()) { in rewriteFile()
5368 for (BinarySection &Section : BC->allocatableSections()) in rewriteFile()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp1383 for (BinarySection &Section : allocatableSections()) { in fixBinaryDataHoles()