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

Declarations

tools/lld/ELF/LinkerScript.h
  264   OutputSection *getOrCreateOutputSection(StringRef name);

References

tools/lld/ELF/ScriptParser.cpp
 1152     OutputSection *sec = script->getOrCreateOutputSection(name);
 1177     OutputSection *cmd = script->getOrCreateOutputSection(name);
 1229     OutputSection *cmd = script->getOrCreateOutputSection(name);
 1264     OutputSection *cmd = script->getOrCreateOutputSection(name);