Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DLinkerScript.cpp1215 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()
H A DLinkerScript.h310 bool hasPhdrsCommands() { return !phdrsCommands.empty(); } in hasPhdrsCommands()
340 SmallVector<PhdrsCommand, 0> phdrsCommands; variable
H A DScriptParser.cpp497 script->phdrsCommands.push_back(cmd); in readPhdrs()