Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachOLinkingContext.cpp983 bool rightIsOrdered = (rightPos != _orderFiles.end()); in customAtomOrderer() local
984 if (!leftIsOrdered && !rightIsOrdered) in customAtomOrderer()
992 bool foundRight = rightIsOrdered && in customAtomOrderer()