Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinarySection.cpp226 void BinarySection::reorderContents(const std::vector<BinaryData *> &Order, in reorderContents() function in BinarySection
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinarySection.h436 void reorderContents(const std::vector<BinaryData *> &Order, bool Inplace);
/llvm-project-15.0.7/bolt/lib/Passes/
H A DReorderData.cpp399 OutputSection.reorderContents(NewOrder, opts::ReorderInplace); in setSectionOrder()