Searched refs:bOut (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DWriter.cpp1505 OutputSection *bOut = lb->getParent(); local
1507 if (aOut != bOut)
1508 return aOut->sectionIndex < bOut->sectionIndex;
H A DSyntheticSections.cpp3371 OutputSection *bOut = b->getParent();
3373 if (aOut != bOut)
3374 return aOut->sectionIndex < bOut->sectionIndex;

Completed in 111 milliseconds