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

Declarations

tools/lld/ELF/LinkerScript.h
  276   std::vector<PhdrEntry *> createPhdrs();

References

tools/lld/ELF/Writer.cpp
 1847       part.phdrs = script->hasPhdrsCommands() ? script->createPhdrs()