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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp990 auto firstPtLoad = llvm::find_if(phdrsCommands, [](const PhdrsCommand &cmd) { local
993 if (firstPtLoad != phdrsCommands.end())
994 defPhdrs.push_back(firstPtLoad->name);

Completed in 134 milliseconds