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

Declarations

tools/lld/ELF/OutputSections.h
  121 std::vector<InputSection *> getInputSections(OutputSection* os);

References

tools/lld/ELF/LinkerScript.cpp
  949     bool isEmpty = getInputSections(sec).empty();
tools/lld/ELF/OutputSections.cpp
  311   std::vector<InputSection *> sections = getInputSections(this);
  355   std::vector<InputSection *> v = getInputSections(this);
tools/lld/ELF/Writer.cpp
 1403     for (InputSection *sec : getInputSections(os))
 1959       for (InputSection *isec : getInputSections(os))