reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
121 std::vector<InputSection *> getInputSections(OutputSection* os);
949 bool isEmpty = getInputSections(sec).empty();
tools/lld/ELF/OutputSections.cpp311 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))