Home
last modified time | relevance | path

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

/freebsd/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 DInputSection.cpp51 if (in.objcMethList->inputOrder == UnspecifiedInputOrder) in addInputSection()
68 if (in.objcMethnameSection->inputOrder == UnspecifiedInputOrder) in addInputSection()
72 if (in.cStringSection->inputOrder == UnspecifiedInputOrder) in addInputSection()
77 if (in.wordLiteralSection->inputOrder == UnspecifiedInputOrder) in addInputSection()
84 assert(inputSectionsOrder <= UnspecifiedInputOrder); in addInputSection()
H A DOutputSegment.h54 int inputOrder = UnspecifiedInputOrder;