MCPcopy Create free account
hub / github.com/WheretIB/nullc / FunctionListInfo

Method FunctionListInfo

NULLC/Executor_X86.h:99–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 struct FunctionListInfo
98 {
99 FunctionListInfo(): list(NULL), count(0){}
100 FunctionListInfo(unsigned *list, unsigned count): list(list), count(count){}
101 unsigned *list;
102 unsigned count;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected