Lines Matching full:symboltable
30 defines a [`SymbolTable`](#symbol-table). The name of a symbol *must* be unique
31 within the parent `SymbolTable`. This name is semantically similar to an SSA
46 'SymbolTable::getSymbolAttrName()'(`sym_name`).
49 'SymbolTable::getVisibilityAttrName()'(`sym_visibility`)
62 defining a `SymbolTable`. A `SymbolTable` operation provides the container for
65 Operations defining a `SymbolTable` must use the `OpTrait::SymbolTable` trait.
157 The following are a few of the utilities provided by the `SymbolTable`:
159 * `SymbolTable::getSymbolUses`
164 * `SymbolTable::symbolKnownUseEmpty`
169 * `SymbolTable::replaceAllSymbolUses`
174 * `SymbolTable::lookupNearestSymbolFrom`