Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.cpp930 auto FirstPtLoad = llvm::find_if(PhdrsCommands, [](const PhdrsCommand &Cmd) { in adjustSectionsAfterSorting() local
933 if (FirstPtLoad != PhdrsCommands.end()) in adjustSectionsAfterSorting()
934 DefPhdrs.push_back(FirstPtLoad->Name); in adjustSectionsAfterSorting()