Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DICF.cpp227 auto hasUnwind = [](Defined *d) { return d->unwindEntry() != nullptr; }; in equalsVariable() local
228 const auto *itA = llvm::find_if(ia->symbols, hasUnwind); in equalsVariable()
229 const auto *itB = llvm::find_if(ib->symbols, hasUnwind); in equalsVariable()