Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DWriter.cpp1173 std::vector<const OutputSection *> osecs; in writeSections() local
1175 append_range(osecs, seg->getSections()); in writeSections()
1177 parallelForEach(osecs.begin(), osecs.end(), [&](const OutputSection *osec) { in writeSections()