Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachOLinkingContext.cpp990 bool foundLeft = in customAtomOrderer() local
994 if (!foundLeft && !foundRight) in customAtomOrderer()
998 if (foundLeft != foundRight) in customAtomOrderer()
999 leftBeforeRight = foundLeft; in customAtomOrderer()