reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/ELF/LinkerScript.cpp
  992   auto firstPtLoad = llvm::find_if(phdrsCommands, [](const PhdrsCommand &cmd) {
  995   if (firstPtLoad != phdrsCommands.end())
 1045       llvm::any_of(phdrsCommands, [](const PhdrsCommand &cmd) {
 1121   for (const PhdrsCommand &cmd : phdrsCommands) {
 1141       if (!phdrsCommands[id].flags.hasValue())
 1154   if (phdrsCommands.empty())
 1156   for (PhdrsCommand &cmd : phdrsCommands)
 1197     if (Optional<size_t> idx = getPhdrIndex(phdrsCommands, s))
tools/lld/ELF/LinkerScript.h
  266   bool hasPhdrsCommands() { return !phdrsCommands.empty(); }
tools/lld/ELF/ScriptParser.cpp
  452     script->phdrsCommands.push_back(cmd);