Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp986 bool foundLeft = in customAtomOrderer() local
990 if (!foundLeft && !foundRight) in customAtomOrderer()
994 if (foundLeft != foundRight) in customAtomOrderer()
995 leftBeforeRight = foundLeft; in customAtomOrderer()