Ghidra Decompiler Analysis Engine
|
Public Member Functions | |
SymbolScope (SymbolScope *p, uintm i) | |
SymbolScope * | getParent (void) const |
SleighSymbol * | addSymbol (SleighSymbol *a) |
SleighSymbol * | findSymbol (const string &nm) const |
SymbolTree::const_iterator | begin (void) const |
SymbolTree::const_iterator | end (void) const |
uintm | getId (void) const |
void | removeSymbol (SleighSymbol *a) |
Friends | |
class | SymbolTable |