Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DICF.cpp414 std::vector<ConcatInputSection *> hashable; in foldIdenticalSections() local
425 hashable.push_back(isec); in foldIdenticalSections()
428 hashable.push_back(d->unwindEntry); in foldIdenticalSections()
450 parallelForEach(hashable, [](ConcatInputSection *isec) { in foldIdenticalSections()
458 ICF(hashable).run(); in foldIdenticalSections()