]> git.saurik.com Git - apple/ld64.git/blobdiff - src/ld/SymbolTable.h
ld64-278.4.tar.gz
[apple/ld64.git] / src / ld / SymbolTable.h
index ce2f1dcac522d92baed7a5bbaeb6af7f09bbe143..2708f1fce6a75d73cfb45618ea9d78da04f888f8 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                            mustPreserveForBitcode(std::unordered_set<const char*>& syms);
        void                            removeDeadAtoms();
        bool                            hasName(const char* name);
        bool                            hasExternalTentativeDefinitions()       { return _hasExternalTentativeDefinitions; }