Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DOutputSection.h29 constexpr int UnspecifiedInputOrder = std::numeric_limits<int>::max() - 1024; variable
86 int inputOrder = UnspecifiedInputOrder;
H A DOutputSegment.h54 int inputOrder = UnspecifiedInputOrder;
H A DDriver.cpp1241 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()