| 158 | extern const std::unordered_set<std::string> renamed_funcs; |
| 159 | |
| 160 | struct ImportSymbol { |
| 161 | ReferenceSymbol base; |
| 162 | size_t dependency_index; |
| 163 | }; |
| 164 | |
| 165 | struct DependencyEvent { |
| 166 | size_t dependency_index; |
nothing calls this directly
no outgoing calls
no test coverage detected