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

Overridden By

tools/lld/include/lld/Core/File.h
  260   const AtomRange<SharedLibraryAtom> sharedLibrary() const override {
tools/lld/include/lld/Core/SharedLibraryFile.h
   42   const AtomRange<SharedLibraryAtom> sharedLibrary() const override {
tools/lld/include/lld/Core/Simple.h
   92   const AtomRange<SharedLibraryAtom> sharedLibrary() const override {
tools/lld/lib/ReaderWriter/FileArchive.cpp
  109   const AtomRange<SharedLibraryAtom> sharedLibrary() const override {
tools/lld/lib/ReaderWriter/MachO/ExecutableAtoms.h
  131   const AtomRange<SharedLibraryAtom> sharedLibrary() const override {
tools/lld/lib/ReaderWriter/MachO/FlatNamespaceFile.h
   43   const AtomRange<SharedLibraryAtom> sharedLibrary() const override {
tools/lld/lib/ReaderWriter/MachO/SectCreateFile.h
   79   const AtomRange<SharedLibraryAtom> sharedLibrary() const override {
tools/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
  592     const AtomRange<lld::SharedLibraryAtom> sharedLibrary() const override {
  655     const AtomRange<lld::SharedLibraryAtom> sharedLibrary() const override {

References

tools/lld/lib/Core/Resolver.cpp
   42   for (auto &atom : file.sharedLibrary().owning_ptrs())
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
 1120   for (const SharedLibraryAtom *atom : atomFile.sharedLibrary()) {
tools/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
  104     for (const lld::SharedLibraryAtom *shlibAtom : file.sharedLibrary()) {
  638         _sharedLibraryAtomsRef(file->sharedLibrary()),
 1234   for (const lld::SharedLibraryAtom *a : file->sharedLibrary())