Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp1449 auto firstPtLoad = llvm::find_if(phdrsCommands, [](const PhdrsCommand &cmd) { in adjustSectionsAfterSorting()
1452 if (firstPtLoad != phdrsCommands.end()) in adjustSectionsAfterSorting()
1482 llvm::any_of(phdrsCommands, [](const PhdrsCommand &cmd) { in allocateHeaders()
1705 for (const PhdrsCommand &cmd : phdrsCommands) { in createPhdrs()
1726 if (!phdrsCommands[id].flags) in createPhdrs()
1739 if (phdrsCommands.empty()) in needsInterpSection()
1741 for (PhdrsCommand &cmd : phdrsCommands) in needsInterpSection()
1788 if (std::optional<size_t> idx = getPhdrIndex(phdrsCommands, s)) in getPhdrIndices()
H A DLinkerScript.h364 bool hasPhdrsCommands() { return !phdrsCommands.empty(); } in hasPhdrsCommands()
418 SmallVector<PhdrsCommand, 0> phdrsCommands; variable
H A DScriptParser.cpp530 ctx.script->phdrsCommands.push_back(cmd); in readPhdrs()
H A DSyntheticSections.cpp4928 ((ctx.script->phdrsCommands.empty() && !ctx.script->hasSectionsCommand) || in createSyntheticSections()