| 683 | } |
| 684 | |
| 685 | VariablePtr Module::findVariable ( const string & na ) const { |
| 686 | return globals.find(na); |
| 687 | } |
| 688 | |
| 689 | FunctionPtr Module::findFunctionByMangledNameHash ( uint64_t hash ) const { |
| 690 | return functions.find(hash); |
no test coverage detected