Searched refs:FirstPtLoad (Results 1 – 1 of 1) sorted by relevance
930 auto FirstPtLoad = llvm::find_if(PhdrsCommands, [](const PhdrsCommand &Cmd) { in adjustSectionsAfterSorting() local933 if (FirstPtLoad != PhdrsCommands.end()) in adjustSectionsAfterSorting()934 DefPhdrs.push_back(FirstPtLoad->Name); in adjustSectionsAfterSorting()