Home
last modified time | relevance | path

Searched refs:inputOrder (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DOutputSegment.cpp55 inputOrder = std::min(inputOrder, osec->inputOrder); in addOutputSection()
79 .Default(seg->inputOrder); in segmentOrder()
93 .Default(osec->inputOrder); in sectionOrder()
117 .Default(osec->inputOrder); in sectionOrder()
132 .Default(osec->inputOrder); in sectionOrder()
140 return osec->inputOrder; in sectionOrder()
H A DOutputSection.h77 int inputOrder = UnspecifiedInputOrder; variable
H A DOutputSegment.h55 int inputOrder = UnspecifiedInputOrder; variable
H A DDriver.cpp1044 int inputOrder = 0; in gatherInputSections() local
1057 isec->outSecOff = inputOrder++; in gatherInputSections()
1063 if (in.cStringSection->inputOrder == UnspecifiedInputOrder) in gatherInputSections()
1064 in.cStringSection->inputOrder = inputOrder++; in gatherInputSections()
1067 if (in.wordLiteralSection->inputOrder == UnspecifiedInputOrder) in gatherInputSections()
1068 in.wordLiteralSection->inputOrder = inputOrder++; in gatherInputSections()
1076 assert(inputOrder <= UnspecifiedInputOrder); in gatherInputSections()
H A DWriter.cpp941 osec->inputOrder = in createOutputSections()
942 std::min(osec->inputOrder, static_cast<int>(isec->outSecOff)); in createOutputSections()