Home
last modified time | relevance | path

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

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