Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DLayoutPass.cpp209 DefinedAtom::ContentType leftType = leftRoot->contentType(); in compareAtomsSub() local
212 if (leftType != rightType) { in compareAtomsSub()
214 formatReason("contentType", (int)leftType, (int)rightType)); in compareAtomsSub()
215 return leftType < rightType; in compareAtomsSub()