MCPcopy Create free account
hub / github.com/N64Recomp/N64Recomp / ImportSymbol

Class ImportSymbol

include/recompiler/context.h:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected