Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DLayoutPass.cpp209 DefinedAtom::ContentType rightType = rightRoot->contentType(); in compareAtomsSub() local
211 if (leftType != rightType) { in compareAtomsSub()
213 formatReason("contentType", (int)leftType, (int)rightType)); in compareAtomsSub()
214 return leftType < rightType; in compareAtomsSub()