Go to the documentation of this file.
57 if (symbol.
name.empty())
62 if (!
nameMap.insert({ symbol.name, idx }).second)
81 std::inserter(intersection, intersection.begin()),
83 if (!intersection.empty())
86 for (
const Symbol &symbol: other)
113 for (
int i = 0;
i < size; ++
i) {
121 binding = default_binding;
void unserialize(const std::string &base, CheckpointIn &cp, Symbol::Binding default_binding=Symbol::Binding::Global)
Populate the table by unserializing a checkpoint.
std::string csprintf(const char *format, const Args &...args)
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
GEM5_DEPRECATED_NAMESPACE(GuestABI, guest_abi)
const std::string & name()
bool optParamIn(CheckpointIn &cp, const std::string &name, T ¶m, bool do_warn=true)
This function is used for restoring optional parameters from the checkpoint.
bool insert(const Symbol &symbol)
Insert a new symbol in the table if it does not already exist.
void paramOut(CheckpointOut &cp, const std::string &name, ExtMachInst const &machInst)
void paramIn(CheckpointIn &cp, const std::string &name, ExtMachInst &machInst)
std::map< std::string, int > NameMap
Map a symbol name to an index into the symbol vector.
std::ostream CheckpointOut
SymbolTable debugSymbolTable
Global unified debugging symbol table (for target).
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
void clear()
Clears the table.
void serialize(const std::string &base, CheckpointOut &cp) const
Serialize the table's contents.
Generated on Thu Jun 16 2022 10:41:44 for gem5 by doxygen 1.8.17