7 #ifndef RETDEC_FILEFORMAT_TYPES_SYMBOL_TABLE_SYMBOL_TABLE_H
8 #define RETDEC_FILEFORMAT_TYPES_SYMBOL_TABLE_SYMBOL_TABLE_H
26 std::vector<std::shared_ptr<Symbol>>
table;
36 const std::string&
getName()
const;
58 void addSymbol(
const std::shared_ptr<Symbol> &symbol);
59 void addSymbol(std::shared_ptr<Symbol> &&symbol);
62 bool hasSymbol(
unsigned long long addr)
const;
63 void dump(std::string &dumpTable)
const;
64 void setName(
const std::string& symbolTableName);
Definition: archive_wrapper.h:19