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

/openbsd-current/gnu/llvm/lld/ELF/
H A DLinkerScript.h310 bool hasPhdrsCommands() { return !phdrsCommands.empty(); }
340 SmallVector<PhdrsCommand, 0> phdrsCommands; member in class:lld::elf::final
H A DLinkerScript.cpp1229 auto firstPtLoad = llvm::find_if(phdrsCommands, [](const PhdrsCommand &cmd) {
1232 if (firstPtLoad != phdrsCommands.end())
1271 llvm::any_of(phdrsCommands, [](const PhdrsCommand &cmd) {
1347 for (const PhdrsCommand &cmd : phdrsCommands) {
1367 if (!phdrsCommands[id].flags)
1380 if (phdrsCommands.empty())
1382 for (PhdrsCommand &cmd : phdrsCommands)
1429 if (std::optional<size_t> idx = getPhdrIndex(phdrsCommands, s))
H A DScriptParser.cpp497 script->phdrsCommands.push_back(cmd);

Completed in 255 milliseconds