Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp2191 auto sameSegment = [](const Location &a, const Location &b) { in finalizeContents() local
2199 while (i < count && sameSegment(locations[i], firstLoc)) { in finalizeContents()
2204 while (i < count && sameSegment(locations[i], firstLoc) && in finalizeContents()