Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DOutputSection.h30 constexpr int UnspecifiedInputOrder = std::numeric_limits<int>::max() - 1024; variable
77 int inputOrder = UnspecifiedInputOrder;
H A DOutputSegment.h55 int inputOrder = UnspecifiedInputOrder;
H A DDriver.cpp1063 if (in.cStringSection->inputOrder == UnspecifiedInputOrder) in gatherInputSections()
1067 if (in.wordLiteralSection->inputOrder == UnspecifiedInputOrder) in gatherInputSections()
1076 assert(inputOrder <= UnspecifiedInputOrder); in gatherInputSections()