MCPcopy Create free account
hub / github.com/GJDuck/e9patch / getInfo

Method getInfo

src/e9tool/e9metadata.cpp:73–79  ·  view source on GitHub ↗

* Get register info. */

Source from the content-addressed store, hash-verified

71 * Get register info.
72 */
73 RegInfo *getInfo(Register reg)
74 {
75 auto i = info.find(getCanonicalReg(reg));
76 if (i == info.end())
77 return nullptr;
78 return &i->second;
79 }
80
81 /*
82 * Get register info.

Callers

nothing calls this directly

Calls 3

getCanonicalRegFunction · 0.85
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected