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

Overridden By

tools/lld/include/lld/Core/File.h
  257   const AtomRange<UndefinedAtom> undefined() const override {
tools/lld/include/lld/Core/SharedLibraryFile.h
   38   const AtomRange<UndefinedAtom> undefined() const override {
tools/lld/include/lld/Core/Simple.h
   88   const AtomRange<UndefinedAtom> undefined() const override {
tools/lld/lib/ReaderWriter/FileArchive.cpp
  105   const AtomRange<UndefinedAtom> undefined() const override {
tools/lld/lib/ReaderWriter/MachO/ExecutableAtoms.h
  127   const AtomRange<UndefinedAtom> undefined() const override {
tools/lld/lib/ReaderWriter/MachO/FlatNamespaceFile.h
   39   const AtomRange<UndefinedAtom> undefined() const override {
tools/lld/lib/ReaderWriter/MachO/SectCreateFile.h
   75   const AtomRange<UndefinedAtom> undefined() const override {
tools/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
  588     const AtomRange<lld::UndefinedAtom> undefined() const override {
  651     const AtomRange<lld::UndefinedAtom> undefined() const override {

References

tools/lld/lib/Core/Resolver.cpp
   38   for (auto &atom : file.undefined().owning_ptrs()) {
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
 1116   for (const UndefinedAtom *atom : atomFile.undefined()) {
tools/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
  101     for (const lld::UndefinedAtom *undefAtom : file.undefined()) {
  637         _undefinedAtomsRef(file->undefined()),
 1231   for (const lld::UndefinedAtom *a : file->undefined())
tools/lld/unittests/MachOTests/MachONormalizedFileToAtomsTests.cpp
   80   const lld::UndefinedAtom *atom4 = *file.undefined().begin();