]> git.saurik.com Git - apple/ld64.git/blobdiff - src/ld/SymbolTable.h
ld64-236.3.tar.gz
[apple/ld64.git] / src / ld / SymbolTable.h
index 5575f3125cd3ddbd4a18c7e0d8605f1c385edad5..14c7a9e0077f45fc983d0a117f29f55424c4d0fd 100644 (file)
@@ -120,6 +120,7 @@ public:
        unsigned int            updateCount()                                           { return _indirectBindingTable.size(); }
        void                            undefines(std::vector<const char*>& undefines);
        void                            tentativeDefs(std::vector<const char*>& undefines);
+       void                            removeDeadAtoms();
        bool                            hasName(const char* name);
        bool                            hasExternalTentativeDefinitions()       { return _hasExternalTentativeDefinitions; }
        byNameIterator          begin()                                                         { return byNameIterator(_byNameTable.begin(),_indirectBindingTable); }