Searched refs:phdrsCommands (Results 1 – 3 of 3) sorted by relevance
1215 auto firstPtLoad = llvm::find_if(phdrsCommands, [](const PhdrsCommand &cmd) { in adjustSectionsAfterSorting()1218 if (firstPtLoad != phdrsCommands.end()) in adjustSectionsAfterSorting()1257 llvm::any_of(phdrsCommands, [](const PhdrsCommand &cmd) { in allocateHeaders()1333 for (const PhdrsCommand &cmd : phdrsCommands) { in createPhdrs()1353 if (!phdrsCommands[id].flags) in createPhdrs()1366 if (phdrsCommands.empty()) in needsInterpSection()1368 for (PhdrsCommand &cmd : phdrsCommands) in needsInterpSection()1415 if (Optional<size_t> idx = getPhdrIndex(phdrsCommands, s)) in getPhdrIndices()
310 bool hasPhdrsCommands() { return !phdrsCommands.empty(); } in hasPhdrsCommands()340 SmallVector<PhdrsCommand, 0> phdrsCommands; variable
497 script->phdrsCommands.push_back(cmd); in readPhdrs()