Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DOutputSegment.cpp61 inputOrder = std::min(inputOrder, osec->inputOrder); in addOutputSection()
85 .Default(seg->inputOrder); in segmentOrder()
101 .Default(osec->inputOrder); in sectionOrder()
125 .Default(osec->inputOrder); in sectionOrder()
141 .Default(osec->inputOrder); in sectionOrder()
149 return osec->inputOrder; in sectionOrder()
H A DDriver.cpp1216 int inputOrder = 0; in gatherInputSections() local
1233 isec->outSecOff = inputOrder++; in gatherInputSections()
1241 if (in.objcMethnameSection->inputOrder == UnspecifiedInputOrder) in gatherInputSections()
1242 in.objcMethnameSection->inputOrder = inputOrder++; in gatherInputSections()
1245 if (in.cStringSection->inputOrder == UnspecifiedInputOrder) in gatherInputSections()
1246 in.cStringSection->inputOrder = inputOrder++; in gatherInputSections()
1251 if (in.wordLiteralSection->inputOrder == UnspecifiedInputOrder) in gatherInputSections()
1252 in.wordLiteralSection->inputOrder = inputOrder++; in gatherInputSections()
1262 assert(inputOrder <= UnspecifiedInputOrder); in gatherInputSections()
H A DOutputSection.h86 int inputOrder = UnspecifiedInputOrder; variable
H A DOutputSegment.h54 int inputOrder = UnspecifiedInputOrder; variable
H A DWriter.cpp1006 osec->inputOrder = in createOutputSections()
1007 std::min(osec->inputOrder, static_cast<int>(isec->outSecOff)); in createOutputSections()