Searched refs:reorderContents (Results 1 – 3 of 3) sorted by relevance
226 void BinarySection::reorderContents(const std::vector<BinaryData *> &Order, in reorderContents() function in BinarySection
436 void reorderContents(const std::vector<BinaryData *> &Order, bool Inplace);
399 OutputSection.reorderContents(NewOrder, opts::ReorderInplace); in setSectionOrder()