| 252 | } |
| 253 | |
| 254 | SymbolId ModuleInstance::getFullPathId(SymbolTable* symbols) const { |
| 255 | return symbols->registerSymbol(getFullPathName()); |
| 256 | } |
| 257 | |
| 258 | SymbolId ModuleInstance::getInstanceId(SymbolTable* symbols) const { |
| 259 | return symbols->registerSymbol(getInstanceName()); |
no test coverage detected