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

Function nullcDebugFunctionInfo

NULLC/nullc.cpp:1017–1024  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1015}
1016
1017ExternFuncInfo* nullcDebugFunctionInfo(unsigned int *count)
1018{
1019 using namespace NULLC;
1020
1021 if(count && linker)
1022 *count = linker->exFunctions.size();
1023 return linker ? linker->exFunctions.data : NULL;
1024}
1025
1026ExternLocalInfo* nullcDebugLocalInfo(unsigned int *count)
1027{

Callers 3

FillVariableInfoTreeFunction · 0.85
GeneralCommandThreadFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected