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

Declarations

tools/lld/ELF/ScriptParser.cpp
   88   bool readSectionDirective(OutputSection *cmd, StringRef tok1, StringRef tok2);

References

tools/lld/ELF/ScriptParser.cpp
  760   if (readSectionDirective(cmd, peek(), peek2()))
  764   if (peek() == "(" && !readSectionDirective(cmd, "(", peek2()))