Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DOutputSection.h30 constexpr int UnspecifiedInputOrder = std::numeric_limits<int>::max() - 1024; variable
87 int inputOrder = UnspecifiedInputOrder;
H A DOutputSegment.h55 int inputOrder = UnspecifiedInputOrder;
H A DDriver.cpp1102 if (in.cStringSection->inputOrder == UnspecifiedInputOrder) in gatherInputSections()
1107 if (in.wordLiteralSection->inputOrder == UnspecifiedInputOrder) in gatherInputSections()
1118 assert(inputOrder <= UnspecifiedInputOrder); in gatherInputSections()