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.cpp1202 std::vector<const OutputSection *> osecs; in writeSections() local
1204 append_range(osecs, seg->getSections()); in writeSections()
1206 parallelForEach(osecs.begin(), osecs.end(), [&](const OutputSection *osec) { in writeSections()