reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
29 for (InputSectionBase *sec : obj->getSections()) {
tools/lld/ELF/Driver.cpp1855 for (InputSectionBase *s : f->getSections()) 1859 for (InputSectionBase *s : f->getSections())tools/lld/ELF/InputFiles.cpp
290 ArrayRef<InputSectionBase *> sections = s->file->getSections();
tools/lld/ELF/InputSection.cpp279 return cast<InputSection>(file->getSections()[link]); 393 ArrayRef<InputSectionBase *> sections = file->getSections(); 401 ArrayRef<InputSectionBase *> sections = file->getSections();tools/lld/ELF/Relocations.cpp
655 file->getSections()[sym.discardedSecIdx] != &InputSection::discarded)
tools/lld/ELF/SyntheticSections.cpp 2575 ArrayRef<InputSectionBase *> sections = sec->file->getSections();