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

Declarations

tools/lld/ELF/LinkerScript.h
  263   OutputSection *createOutputSection(StringRef name, StringRef location);

References

tools/lld/ELF/LinkerScript.cpp
  564   OutputSection *sec = script->createOutputSection(outsecName, "<internal>");
tools/lld/ELF/ScriptParser.cpp
  781       script->createOutputSection(next(), getCurrentLocation());
  792       script->createOutputSection(outSec, getCurrentLocation());