Searched refs:UnspecifiedInputOrder (Results 1 – 3 of 3) sorted by relevance
29 constexpr int UnspecifiedInputOrder = std::numeric_limits<int>::max() - 1024; variable86 int inputOrder = UnspecifiedInputOrder;
54 int inputOrder = UnspecifiedInputOrder;
1241 if (in.objcMethnameSection->inputOrder == UnspecifiedInputOrder) in gatherInputSections()1245 if (in.cStringSection->inputOrder == UnspecifiedInputOrder) in gatherInputSections()1251 if (in.wordLiteralSection->inputOrder == UnspecifiedInputOrder) in gatherInputSections()1262 assert(inputOrder <= UnspecifiedInputOrder); in gatherInputSections()