| 997 | } |
| 998 | |
| 999 | unsigned int* nullcDebugTypeExtraInfo(unsigned int *count) |
| 1000 | { |
| 1001 | using namespace NULLC; |
| 1002 | |
| 1003 | if(count && linker) |
| 1004 | *count = linker->exTypeExtra.size(); |
| 1005 | return linker ? linker->exTypeExtra.data : NULL; |
| 1006 | } |
| 1007 | |
| 1008 | ExternVarInfo* nullcDebugVariableInfo(unsigned int *count) |
| 1009 | { |
no test coverage detected