Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DLayoutPass.cpp208 DefinedAtom::ContentType leftType = leftRoot->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()