Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DOutputSegment.h45 void sortOutputSections();
H A DOutputSegment.cpp143 void OutputSegment::sortOutputSections() { in sortOutputSections() function in OutputSegment
H A DWriter.cpp885 seg->sortOutputSections(); in sortSegmentsAndSections()